diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 02226b27a3b..1529366a33e 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -27,15 +27,15 @@ "versions": { "authentication": { "prerelease": "", - "version": "2.19.0" + "version": "2.20.0" }, "beta": { "prerelease": "", - "version": "2.19.0" + "version": "2.20.0" }, "v1.0": { "prerelease": "", - "version": "2.19.0" + "version": "2.20.0" } } } diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 63850950e8e..dfbcf1a463c 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,18 +1,6 @@ [ { - "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/addKey", - "ApiVersion": "v1.0", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphKeyCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -39,22 +27,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphKeyCredential" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/addPassword", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/addKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Add-MgApplicationKey", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPasswordCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -81,20 +69,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordCredential" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}/applyDecisions", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/addPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Apply", - "ApplyViaIdentity" + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "Add-MgApplicationPassword", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -113,37 +103,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaAccessReviewInstanceDecision", + "Uri": "/accessReviews/{accessReview-id}/applyDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", - "Uri": "/applications/{application-id}/addKey", - "ApiVersion": "beta", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" + "Apply", + "ApplyViaIdentity" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Add-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphKeyCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -170,22 +158,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphKeyCredential" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", - "Uri": "/applications/{application-id}/addPassword", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/addKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Add-MgBetaApplicationKey", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPasswordCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -212,39 +200,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordCredential" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "Uri": "/chats/{chat-id}/members/add", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/addPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgBetaApplicationPassword", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaCommunicationCallLargeGalleryView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "ApiVersion": "beta", + "Uri": "/chats/{chat-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "Add-MgBetaChatMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -271,15 +259,27 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Add-MgBetaCommunicationCallLargeGalleryView", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Apply", "Apply1", @@ -288,17 +288,17 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Apply", "Apply1", @@ -307,24 +307,12 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", - "ApiVersion": "beta", - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -343,22 +331,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" + "Apply", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -377,320 +365,318 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", + "Module": "Beta.Compliance", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Add", "AddExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Apply", "ApplyExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaDriveListContentTypeCopy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult" + "Method": "POST", + "Command": "Add-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaGroupDriveListContentTypeCopy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", "Uri": "/groups/{group-id}/addFavorite", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaGroupFavorite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/add", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Add-MgBetaGroupSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaGroupSiteContentTypeCopy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaGroupSiteListContentTypeCopy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaGroupToLifecyclePolicy", - "ApiReferenceLink": null, "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaGroupToLifecyclePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "ApiVersion": "beta", - "Variants": [ - "Apply", - "Apply1", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentity1", - "ApplyViaIdentityExpanded" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -709,15 +695,10 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Apply", "Apply1", @@ -726,7 +707,12 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -745,22 +731,24 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Apply", + "Apply1", "ApplyExpanded", "ApplyViaIdentity", + "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -779,22 +767,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" + "Apply", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -813,22 +801,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -855,88 +843,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSelfSignedCertificate" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaShareListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaShareListContentTypeCopy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", "Uri": "/sites/add", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Add", "AddExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Add-MgBetaSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/addCopy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaSiteContentTypeCopy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "beta", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -955,22 +943,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -989,22 +977,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "Add-MgBetaSiteListContentTypeCopy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1023,377 +1011,377 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Sites", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgBetaTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/teams/{team-id}/members/add", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgBetaTeamMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/members/add", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "POST", + "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus" + "Method": "POST", + "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgBetaUserChatMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaUserDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaUserDriveListContentTypeCopy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", "Uri": "/users/{user-id}/followedSites/add", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Add-MgBetaUserFollowedSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", - "Method": "POST", - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/members/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgChatMember", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgCommunicationCallLargeGalleryView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "ApiVersion": "v1.0", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -1420,241 +1408,239 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", + "Module": "CloudCommunications", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Add-MgCommunicationCallLargeGalleryView", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgDriveListContentTypeCopy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult" + "Method": "POST", + "Command": "Add-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgGroupDriveListContentTypeCopy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", "Uri": "/groups/{group-id}/addFavorite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgGroupFavorite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Add-MgGroupSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgGroupSiteContentTypeCopy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgGroupSiteListContentTypeCopy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgGroupToLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgGroupToLifecyclePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "ApiVersion": "v1.0", - "Variants": [ - "Apply", - "Apply1", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentity1", - "ApplyViaIdentityExpanded" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1673,15 +1659,10 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Apply", "Apply1", @@ -1690,7 +1671,12 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1709,22 +1695,24 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Apply", + "Apply1", "ApplyExpanded", "ApplyViaIdentity", + "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1743,22 +1731,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0", + "Module": "Security", "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" + "Apply", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1777,22 +1765,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgServicePrincipalKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphKeyCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1819,25 +1807,25 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphKeyCredential" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgServicePrincipalPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [ - { - "Name": "Application.ReadWrite.OwnedBy", + "Method": "POST", + "Command": "Add-MgServicePrincipalKey", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPasswordCredential", + "Permissions": [ + { + "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", "IsAdmin": false, @@ -1861,22 +1849,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordCredential" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgServicePrincipalTokenSigningCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Add-MgServicePrincipalPassword", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1903,88 +1891,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSelfSignedCertificate" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Add-MgServicePrincipalTokenSigningCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgShareListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgShareListContentTypeCopy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", "Uri": "/sites/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Add-MgSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/addCopy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgSiteContentTypeCopy", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "v1.0", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2003,22 +1991,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2037,22 +2025,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "Add-MgSiteListContentTypeCopy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2071,190 +2059,190 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Sites", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/teams/{team-id}/members/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/members/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Method": "POST", + "Command": "Add-MgUserChatMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgUserDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgUserDriveListContentTypeCopy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Add-MgUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", "Uri": "/users/{user-id}/followedSites/add", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Add-MgUserFollowedSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Approve", "ApproveExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Approve-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", - "ApiVersion": "beta", - "Variants": [ - "Approve", - "ApproveExpanded", - "ApproveViaIdentity", - "ApproveViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2273,145 +2261,147 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Approve", + "ApproveExpanded", + "ApproveViaIdentity", + "ApproveViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Approve" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Unset", "UnsetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgApplicationVerifiedPublisher", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Unset", "UnsetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaApplicationVerifiedPublisher", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaChatMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaChatMessageReplyReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/clearPresence", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaCommunicationPresence", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Clear", "ClearViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ "Purge", "PurgeViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", + "ApiVersion": "beta" }, { - "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", - "Method": "POST", - "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", - "ApiVersion": "beta", - "Variants": [ - "Wipe", - "WipeViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2430,22 +2420,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaDeviceManagementComanagedDevice", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" + "WipeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2472,22 +2460,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Clear-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2514,139 +2502,141 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Clear-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaTeamChannelMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaUserAndBlockManagedApp", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/wipeAndBlockManagedApps", - "ApiVersion": "beta", - "Variants": [ - "Wipe", - "WipeViaIdentity" - ], - "Module": "Beta.Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2665,22 +2655,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaUserChatMessageReaction", + "Uri": "/users/{user-id}/wipeAndBlockManagedApps", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" + "Wipe", + "WipeViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Clear-MgBetaUserAndBlockManagedApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -2699,39 +2687,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaUserChatMessageReplyReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaUserChatMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Clear-MgBetaUserChatMessageReplyReaction", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2750,56 +2738,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", - "Uri": "/users/{user-id}/presence/clearPresence", - "ApiVersion": "beta", - "Variants": [ - "Clear", - "ClearExpanded", - "ClearViaIdentity", - "ClearViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2818,20 +2806,22 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/presence/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Clear", - "ClearViaIdentity" + "ClearExpanded", + "ClearViaIdentity", + "ClearViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Clear-MgBetaUserPresence", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2850,88 +2840,86 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Clear", + "ClearViaIdentity" + ], + "Method": "POST", + "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgChatMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgChatMessageReplyReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/clearPresence", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgCommunicationPresence", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Clear", "ClearViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "ApiVersion": "v1.0", - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "Module": "DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2958,141 +2946,141 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Clear-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgTeamChannelMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgTeamPrimaryChannelMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgUserChatMessageReaction", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "ApiVersion": "v1.0", - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -3111,56 +3099,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Module": "Users.Actions", + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Clear-MgUserChatMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgUserChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgUserChatMessageReplyReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgUserManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Clear-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", - "Uri": "/users/{user-id}/presence/clearPresence", - "ApiVersion": "v1.0", - "Variants": [ - "Clear", - "ClearExpanded", - "ClearViaIdentity", - "ClearViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3179,20 +3167,22 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Clear-MgUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/presence/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Clear", - "ClearViaIdentity" + "ClearExpanded", + "ClearViaIdentity", + "ClearViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Clear-MgUserPresence", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3211,20 +3201,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Close-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/close", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Close", - "CloseViaIdentity" + "Clear", + "ClearViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "Clear-MgUserPresenceUserPreferredPresence", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3243,20 +3233,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/close", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ "Close", "CloseViaIdentity" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Close-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3275,20 +3265,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Close-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Close", "CloseViaIdentity" ], - "Module": "Security", + "Method": "POST", + "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3307,20 +3297,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Compare-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", + "Module": "Security", "Variants": [ - "Compare", - "CompareViaIdentity" + "Close", + "CloseViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "POST", + "Command": "Close-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3339,20 +3329,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Compare-MgBetaDeviceManagementTemplate", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Compare", "CompareViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementIntent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3371,20 +3361,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Compare", "CompareViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3403,362 +3393,362 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" + "CommandAlias": null, + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "Variants": [ + "Compare", + "CompareViaIdentity" + ], + "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Complete", "CompleteExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Complete", "CompleteExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", "Uri": "/directory/impactedResources/{impactedResource-id}/complete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "Complete-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/complete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Method": "POST", + "Command": "Complete-MgBetaDirectoryRecommendation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgBetaTeamChannelMigration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaTeamMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", "Uri": "/teams/{team-id}/completeMigration", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgBetaTeamMigration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaTeamPrimaryChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgBetaTeamPrimaryChannelMigration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaUserOutlookTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "POST", + "Command": "Complete-MgBetaUserOutlookTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "POST", + "Command": "Complete-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "POST", + "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgTeamChannelMigration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgTeamMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", "Uri": "/teams/{team-id}/completeMigration", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgTeamMigration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgTeamPrimaryChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgTeamPrimaryChannelMigration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/applications/{application-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgApplicationMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgApplicationMemberObject", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgApplicationMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/applications/{application-id}/checkMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaApplicationMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaApplicationMemberObject", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/checkMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaApplicationMemberObject", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaAuditLogSignInCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", - "Uri": "/auditLogs/signIns/confirmCompromised", - "ApiVersion": "beta", - "Variants": [ - "Confirm", - "ConfirmExpanded" - ], - "Module": "Beta.Reports", + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3777,20 +3767,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaAuditLogSignInSafe", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", - "Uri": "/auditLogs/signIns/confirmSafe", - "ApiVersion": "beta", + "Uri": "/auditLogs/signIns/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Beta.Reports", + "Method": "POST", + "Command": "Confirm-MgBetaAuditLogSignInCompromised", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3809,22 +3799,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "ApiVersion": "beta", + "Uri": "/auditLogs/signIns/confirmSafe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" + "Confirm", + "ConfirmExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "Confirm-MgBetaAuditLogSignInSafe", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -3915,22 +3903,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaContactMemberObject", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "ApiVersion": "beta", + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "Confirm-MgBetaContactMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4029,54 +4017,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Uri": "/contracts/{contract-id}/checkMemberGroups", - "ApiVersion": "beta", + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaContactMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaContractMemberObject", - "ApiReferenceLink": null, - "Uri": "/contracts/{contract-id}/checkMemberObjects", - "ApiVersion": "beta", + "Uri": "/contracts/{contract-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaContractMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", + "Uri": "/contracts/{contract-id}/checkMemberObjects", "ApiReferenceLink": null, - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Verify", - "VerifyViaIdentity" + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "POST", + "Command": "Confirm-MgBetaContractMemberObject", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -4095,22 +4085,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Uri": "/devices/{device-id}/checkMemberGroups", - "ApiVersion": "beta", + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" + "Verify", + "VerifyViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4201,22 +4189,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDeviceMemberObject", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/checkMemberObjects", - "ApiVersion": "beta", + "Uri": "/devices/{device-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "Confirm-MgBetaDeviceMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4315,56 +4303,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "ApiVersion": "beta", + "Uri": "/devices/{device-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaDeviceMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null, - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "ApiVersion": "beta", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "ApiVersion": "beta", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4455,22 +4443,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryObjectMemberObject", - "ApiReferenceLink": null, - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "ApiVersion": "beta", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4569,154 +4557,154 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryObjectMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryRoleMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", "Uri": "/domains/{domain-id}/verify", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Method": "POST", + "Command": "Confirm-MgBetaDomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Check", "CheckViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Uri": "/groups/{group-id}/checkMemberGroups", - "ApiVersion": "beta", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4807,22 +4795,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaGroupMemberObject", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/checkMemberObjects", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Confirm-MgBetaGroupMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4921,118 +4909,118 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Confirm-MgBetaGroupMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaInformationProtectionSignature", - "ApiReferenceLink": null, "Uri": "/informationProtection/verifySignature", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Verify", "VerifyExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaInformationProtectionSignature", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/organization/{organization-id}/checkMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaOrganizationMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaOrganizationMemberObject", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/checkMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaOrganizationMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaRiskyUserCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaRiskyUserCompromised", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "ApiVersion": "beta", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5123,22 +5111,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaServicePrincipalMemberObject", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Confirm-MgBetaServicePrincipalMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5237,71 +5225,71 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Confirm-MgBetaServicePrincipalMemberObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaSiteInformationProtectionSignature", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/verifySignature", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaSiteInformationProtectionSignature", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Confirm", "ConfirmViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "POST", + "Command": "Confirm-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaUserInformationProtectionSignature", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/verifySignature", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgBetaUserInformationProtectionSignature", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Uri": "/users/{user-id}/checkMemberGroups", - "ApiVersion": "beta", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5392,22 +5380,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgBetaUserMemberObject", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/checkMemberObjects", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Confirm-MgBetaUserMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5506,22 +5494,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "POST", + "Command": "Confirm-MgBetaUserMemberObject", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5612,22 +5600,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgContactMemberObject", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "POST", + "Command": "Confirm-MgContactMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5726,54 +5714,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Uri": "/contracts/{contract-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgContactMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgContractMemberObject", - "ApiReferenceLink": null, - "Uri": "/contracts/{contract-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/contracts/{contract-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgContractMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", + "Uri": "/contracts/{contract-id}/checkMemberObjects", "ApiReferenceLink": null, - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Verify", - "VerifyViaIdentity" + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" ], - "Module": "DeviceManagement.Functions", + "Method": "POST", + "Command": "Confirm-MgContractMemberObject", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -5792,22 +5782,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Uri": "/devices/{device-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Functions", "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" + "Verify", + "VerifyViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5898,22 +5886,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDeviceMemberObject", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/devices/{device-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "POST", + "Command": "Confirm-MgDeviceMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6012,56 +6000,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/devices/{device-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgDeviceMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null, - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "DirectoryObjects", + "Method": "POST", + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6152,22 +6140,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryObjectMemberObject", - "ApiReferenceLink": null, - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "DirectoryObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "DirectoryObjects", + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6266,120 +6254,120 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "DirectoryObjects", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryRoleMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", "Uri": "/domains/{domain-id}/verify", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Method": "POST", + "Command": "Confirm-MgDomain", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgGroupGrantedPermissionForApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Check", "CheckViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "Confirm-MgGroupGrantedPermissionForApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/checkMemberGroups", - "ApiVersion": "v1.0", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6470,22 +6458,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgGroupMemberObject", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Confirm-MgGroupMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6584,120 +6572,120 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Confirm-MgGroupMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgGroupSettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgGroupSettingTemplateMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgGroupSettingTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgGroupSettingTemplateMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/organization/{organization-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgOrganizationMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgOrganizationMemberObject", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgOrganizationMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgRiskyServicePrincipalCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgRiskyServicePrincipalCompromised", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgRiskyUserCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Confirm-MgRiskyUserCompromised", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "ApiVersion": "v1.0", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6788,22 +6776,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgServicePrincipalMemberObject", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Confirm-MgServicePrincipalMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6902,22 +6890,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Uri": "/users/{user-id}/checkMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Confirm-MgServicePrincipalMemberObject", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7008,22 +6996,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Confirm-MgUserMemberObject", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/checkMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Confirm-MgUserMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7122,49 +7110,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Module": "Users.Actions", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Confirm-MgUserMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Connect", "ConnectExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaConnector/connect", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Connect" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", + "ApiVersion": "beta" }, { - "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", - "Method": "GET", - "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", - "ApiVersion": "beta", - "Variants": [ - "Convert", - "ConvertViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -7183,22 +7173,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileApp" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Convert-MgBetaUserExternalToInternalMemberUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", - "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", - "ApiVersion": "beta", + "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Convert", - "ConvertExpanded", - "ConvertViaIdentity", - "ConvertViaIdentityExpanded" + "ConvertViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "GET", + "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversionUserDetails", "Permissions": [ { "Name": "User-ConvertToInternal.ReadWrite.All", @@ -7217,37 +7205,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversionUserDetails" + "CommandAlias": null, + "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Convert", + "ConvertExpanded", + "ConvertViaIdentity", + "ConvertViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Convert-MgBetaUserExternalToInternalMemberUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clone", "CloneViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting" + "Method": "POST", + "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "ApiVersion": "beta", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -7274,107 +7262,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgBetaDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/root/copy", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupDriveItem", + "Uri": "/drives/{drive-id}/root/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgBetaDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgBetaGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Copy-MgBetaGroupDriveRoot", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7401,22 +7389,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7443,22 +7431,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Copy-MgBetaGroupOnenotePageToSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7485,22 +7473,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7527,73 +7515,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -7620,39 +7608,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7679,124 +7667,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "Module": "Beta.Sites", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "beta", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7823,90 +7811,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenotePageToSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7933,22 +7921,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7975,22 +7963,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", - "Uri": "/teams/{team-id}/clone", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Team.Create", @@ -8017,158 +8005,158 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/clone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", + "Module": "Beta.Teams", + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Copy-MgBetaTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgBetaUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgBetaUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "Copy-MgBetaUserMailFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "Copy-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Copy-MgBetaUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/copy", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Copy-MgBetaUserMessage", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "ApiVersion": "beta", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8195,22 +8183,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8237,22 +8225,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Copy-MgBetaUserOnenotePageToSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8279,22 +8267,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8321,22 +8309,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Files", + "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -8363,107 +8351,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "v1.0", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/root/copy", - "ApiVersion": "v1.0", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupDriveItem", + "Uri": "/drives/{drive-id}/root/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Copy-MgGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8490,22 +8478,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Copy-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8532,22 +8520,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Copy-MgGroupOnenotePageToSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8574,22 +8562,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Copy-MgGroupOnenoteSectionToNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8616,73 +8604,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -8709,39 +8697,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8768,124 +8756,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "Module": "Sites", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "v1.0", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8912,90 +8900,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenotePageToSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionPageToSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9022,22 +9010,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9064,22 +9052,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/clone", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Team.Create", @@ -9106,158 +9094,158 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/clone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", + "Module": "Teams", + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Copy-MgTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Copy-MgUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "Copy-MgUserMailFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "Copy-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Copy-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Copy-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/copy", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Copy-MgUserMessage", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "ApiVersion": "v1.0", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9284,22 +9272,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Copy-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9326,22 +9314,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Copy-MgUserOnenotePageToSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9368,22 +9356,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgUserOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Copy-MgUserOnenoteSectionToNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9410,37 +9398,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Module": "Users.Actions", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Copy-MgUserOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Deny-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Deny", "DenyExpanded", "DenyViaIdentity", "DenyViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + "Method": "POST", + "Command": "Deny-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", - "ApiVersion": "beta", - "Variants": [ - "Disable", - "DisableViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9459,35 +9449,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9506,95 +9496,95 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgBetaUserManagedDevice", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgBetaUserManagedDeviceLostMode", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disable-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disable-MgBetaUserManagedDeviceLostMode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9613,49 +9603,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", + "Module": "Users.Actions", + "Variants": [ + "Disable", + "DisableViaIdentity" + ], + "Method": "POST", + "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disable-MgUserManagedDeviceLostMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disable-MgUserManagedDeviceLostMode", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disconnect" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "ApiVersion": "beta", - "Variants": [ - "Disconnect", - "DisconnectViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9674,34 +9664,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "ApiReferenceLink": null, - "Uri": "/deviceManagement/zebraFotaConnector/disconnect", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "Disconnect" + "Disconnect", + "DisconnectViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/zebraFotaConnector/disconnect", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "Disconnect", - "DisconnectViaIdentity" + "Disconnect" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9720,19 +9710,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", - "ApiVersion": "beta", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ - "Enable" + "Disconnect", + "DisconnectViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9751,51 +9742,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Enable" + ], + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/enable", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable", "EnableExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", - "ApiVersion": "beta", - "Variants": [ - "Enable" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9812,53 +9803,60 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Enable" + ], + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement/enableLegacyPcManagement", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/tenantAttachRBAC/enable", - "ApiVersion": "beta", - "Variants": [ - "Enable", - "EnableExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9877,66 +9875,66 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/tenantAttachRBAC/enable", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Enable", + "EnableExpanded" + ], + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", - "ApiReferenceLink": null, "Uri": "/deviceManagement/enableUnlicensedAdminstrators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Enable", "EnableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgBetaUserManagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Enable-MgBetaUserManagedDeviceLostMode", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", - "ApiVersion": "v1.0", - "Variants": [ - "Enable", - "EnableViaIdentity" - ], - "Module": "Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9955,22 +9953,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" + "Enable", + "EnableViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9989,20 +9985,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ "Export", - "ExportViaIdentity" + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "POST", + "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10021,22 +10019,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", - "ApiVersion": "beta", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" + "ExportViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -10055,97 +10051,97 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Export", "ExportViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Export", "ExportViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", "Uri": "/reports/partners/billing/reconciliation/billed/export", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "POST", + "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", "Uri": "/reports/partners/billing/usage/billed/export", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "POST", + "Command": "Export-MgBetaReportPartnerBillingUsageBilled", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", "Uri": "/reports/partners/billing/usage/unbilled/export", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "POST", + "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "ApiVersion": "beta", - "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10164,22 +10160,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10198,22 +10194,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10232,22 +10228,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10266,22 +10262,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Export-MgBetaUserDeviceAndAppManagementData", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Export", - "Export1", + "ExportExpanded", "ExportViaIdentity", - "ExportViaIdentity1" + "ExportViaIdentityExpanded" ], - "Module": "Beta.Users.Functions", + "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10316,84 +10312,84 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "Variants": [ + "Export", + "Export1", + "ExportViaIdentity", + "ExportViaIdentity1" + ], + "Method": "GET", + "Command": "Export-MgBetaUserDeviceAndAppManagementData", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgBetaUserPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", "Uri": "/users/{user-id}/exportPersonalData", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Export-MgBetaUserPersonalData", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", "Uri": "/reports/partners/billing/reconciliation/billed/export", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "POST", + "Command": "Export-MgReportPartnerBillingReconciliationBilled", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", "Uri": "/reports/partners/billing/usage/billed/export", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "POST", + "Command": "Export-MgReportPartnerBillingUsageBilled", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", "Uri": "/reports/partners/billing/usage/unbilled/export", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "POST", + "Command": "Export-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "ApiVersion": "v1.0", - "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10412,22 +10408,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10446,22 +10442,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Export-MgUserDeviceAndAppManagementData", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Export", - "Export1", + "ExportExpanded", "ExportViaIdentity", - "ExportViaIdentity1" + "ExportViaIdentityExpanded" ], - "Module": "Users.Functions", + "Method": "POST", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10496,142 +10492,144 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "ApiReferenceLink": null, + "Module": "Users.Functions", + "Variants": [ + "Export", + "Export1", + "ExportViaIdentity", + "ExportViaIdentity1" + ], + "Method": "GET", + "Command": "Export-MgUserDeviceAndAppManagementData", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Export-MgUserPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", "Uri": "/users/{user-id}/exportPersonalData", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Export-MgUserPersonalData", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Find-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Find-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Find1", "FindViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Method": "GET", + "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", - "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "ApiVersion": "beta", - "Variants": [ - "Find", - "FindViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -10658,20 +10656,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "ApiVersion": "beta", + "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Discover", - "DiscoverViaIdentity" + "Find", + "FindViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10690,52 +10688,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], + "Method": "POST", + "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Find-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgBetaUserMeetingTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", - "Uri": "/users/{user-id}/findMeetingTimes", - "ApiVersion": "beta", - "Variants": [ - "Find", - "FindExpanded", - "FindViaIdentity", - "FindViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10754,22 +10750,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Find-MgBetaUserRoom", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/findRooms", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/findMeetingTimes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Find", - "Find1", + "FindExpanded", "FindViaIdentity", - "FindViaIdentity1" + "FindViaIdentityExpanded" ], - "Module": "Beta.Users.Functions", + "Method": "POST", + "Command": "Find-MgBetaUserMeetingTime", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmailAddress", "Permissions": [ { "Name": "User.Read.All", @@ -10788,20 +10784,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAddress" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Find-MgBetaUserRoomList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", - "Uri": "/users/{user-id}/findRoomLists", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/findRooms", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Find", - "FindViaIdentity" + "Find1", + "FindViaIdentity", + "FindViaIdentity1" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Find-MgBetaUserRoom", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmailAddress", "Permissions": [ { "Name": "User.Read.All", @@ -10820,65 +10818,65 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAddress" + "CommandAlias": null, + "Uri": "/users/{user-id}/findRoomLists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Find", + "FindViaIdentity" + ], + "Method": "GET", + "Command": "Find-MgBetaUserRoomList", + "ApiVersion": "beta" }, { - "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", - "Method": "GET", - "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Find", "FindViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Method": "GET", + "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", + "ApiVersion": "beta" }, { - "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", - "Method": "GET", - "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Find", "FindViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Method": "GET", + "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Find-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "ApiVersion": "v1.0", - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10897,52 +10895,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], + "Method": "POST", + "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgUserManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Find-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Find-MgUserMeetingTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", - "Uri": "/users/{user-id}/findMeetingTimes", - "ApiVersion": "v1.0", - "Variants": [ - "Find", - "FindExpanded", - "FindViaIdentity", - "FindViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10961,48 +10957,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdge", - "ApiReferenceLink": null, - "Uri": "/admin/edge", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/findMeetingTimes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Get" + "Find", + "FindExpanded", + "FindViaIdentity", + "FindViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdge" + "Method": "POST", + "Command": "Find-MgUserMeetingTime", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEdge", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerMode", + "Uri": "/admin/edge", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternetExplorerMode" + "Method": "GET", + "Command": "Get-MgAdminEdge", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "Uri": "/admin/edge/internetExplorerMode", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerMode", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBrowserSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11021,19 +11019,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSiteList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBrowserSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11052,19 +11051,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSiteList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11083,20 +11082,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBrowserSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11115,19 +11113,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBrowserSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11146,20 +11145,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11178,20 +11176,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBrowserSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11210,19 +11208,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBrowserSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11241,20 +11240,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11273,19 +11271,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminPeople", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", "ApiReferenceLink": null, - "Uri": "/admin/people", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPeopleAdminSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11304,34 +11303,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPeopleAdminSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminPeopleProfileCardProperty", + "Uri": "/admin/people", "ApiReferenceLink": null, - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Method": "GET", + "Command": "Get-MgAdminPeople", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminPeopleProfileCardProperty", + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "ApiReferenceLink": null, - "Uri": "/admin/people/profileCardProperties", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphProfileCardProperty", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11350,19 +11349,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfileCardProperty" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminPeopleProfileCardPropertyCount", + "Uri": "/admin/people/profileCardProperties", "ApiReferenceLink": null, - "Uri": "/admin/people/profileCardProperties/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11381,19 +11380,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminPeoplePronoun", + "Uri": "/admin/people/profileCardProperties/$count", "ApiReferenceLink": null, - "Uri": "/admin/people/pronouns", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgAdminPeopleProfileCardPropertyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPronounsSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11412,33 +11411,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPronounsSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminSharepoint", + "Uri": "/admin/people/pronouns", "ApiReferenceLink": null, - "Uri": "/admin/sharepoint", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepoint" + "Method": "GET", + "Command": "Get-MgAdminPeoplePronoun", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharepoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAdminSharepointSetting", + "Uri": "/admin/sharepoint", "ApiReferenceLink": null, - "Uri": "/admin/sharepoint/settings", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgAdminSharepoint", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSharepointSettings", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -11457,93 +11456,92 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharepointSettings" + "CommandAlias": null, + "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgAdminSharepointSetting", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgAgreement", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], + "CommandAlias": null, "Uri": "/agreements/{agreement-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgAgreement", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], + "CommandAlias": null, "Uri": "/agreements", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "GET", + "Command": "Get-MgAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "GET", + "Command": "Get-MgAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "GET", + "Command": "Get-MgAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgAgreementAcceptanceCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFile", - "ApiReferenceLink": null, - "Uri": "/agreements/{agreement-id}/file", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFile", "Permissions": [ { "Name": "Agreement.Read.All", @@ -11562,239 +11560,240 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAgreementFile" - }, - { "CommandAlias": null, + "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgAgreementFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], + "CommandAlias": null, "Uri": "/agreements/{agreement-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgAgreementFileCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileLocalizationCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgAgreementFileVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgAgreementFileVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAgreementFileVersionCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgAgreementFileVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAllGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/getAllSites", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgAllGroupSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAllGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgAllGroupTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAllGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgAllGroupTeamChannel", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgGroupTeamAllChannelCount", - "Method": "GET", - "Command": "Get-MgAllGroupTeamChannelCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/allChannels/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgAllGroupTeamChannelCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAllSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", - "Uri": "/sites/getAllSites", - "ApiVersion": "v1.0", - "Variants": [ - "Get2" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -11813,34 +11812,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" + "CommandAlias": null, + "Uri": "/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "Module": "Sites", + "Variants": [ + "Get2" + ], + "Method": "GET", + "Command": "Get-MgAllSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAllTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgAllTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/allChannels", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Teams", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11867,20 +11866,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { - "CommandAlias": "Get-MgTeamAllChannelCount", - "Method": "GET", - "Command": "Get-MgAllTeamChannelCount", + "CommandAlias": null, + "Uri": "/teams/{team-id}/allChannels", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/allChannels/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgAllTeamChannel", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11907,19 +11905,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgTeamMessage", - "Method": "GET", - "Command": "Get-MgAllTeamMessage", + "CommandAlias": null, + "Uri": "/teams/{team-id}/allChannels/$count", "ApiReferenceLink": null, - "Uri": "/teams/getAllMessages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgAllTeamChannelCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -11994,34 +11993,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { - "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", - "Method": "GET", - "Command": "Get-MgAllTeamworkDeletedTeamMessage", + "CommandAlias": null, + "Uri": "/teams/getAllMessages", "ApiReferenceLink": null, - "Uri": "/teamwork/deletedTeams/getAllMessages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgAllTeamMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAllUserChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", - "Uri": "/users/{user-id}/chats/getAllMessages", - "ApiVersion": "v1.0", + "Uri": "/teamwork/deletedTeams/getAllMessages", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgAllTeamworkDeletedTeamMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -12040,34 +12038,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAppCatalogTeamApp", - "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/chats/getAllMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgAllUserChatMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12110,19 +12109,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsApp" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAppCatalogTeamAppCount", + "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12165,49 +12164,48 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/appCatalogs/teamsApps/$count", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -12234,35 +12232,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAppCatalogTeamAppDefinitionCount", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "Uri": "/applications/{application-id}", - "ApiVersion": "v1.0", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinitionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12305,19 +12303,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", - "Uri": "/applications", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplication", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12368,63 +12367,62 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationAppManagementPolicy", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies", - "ApiVersion": "v1.0", + "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Method": "GET", + "Command": "Get-MgApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationAppManagementPolicyByRef", + "Uri": "/applications/{application-id}/appManagementPolicies", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationAppManagementPolicyCount", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "Uri": "/applications(appId='{appId}')", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationAppManagementPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12475,35 +12473,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgApplicationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Uri": "/applications/getByIds", - "ApiVersion": "v1.0", + "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgApplicationByAppId", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "Uri": "/applications(uniqueName='{uniqueName}')", - "ApiVersion": "v1.0", + "Uri": "/applications/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Get-MgApplicationById", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12554,19 +12552,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationCount", - "ApiReferenceLink": null, - "Uri": "/applications/$count", - "ApiVersion": "v1.0", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationByUniqueName", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12617,34 +12616,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationCreatedOnBehalfOf", + "Uri": "/applications/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/createdOnBehalfOf", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgApplicationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", - "Uri": "/applications/delta", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationCreatedOnBehalfOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12687,20 +12686,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationExtensionProperty", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "ApiVersion": "v1.0", + "Uri": "/applications/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -12735,19 +12733,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExtensionProperty" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -12790,20 +12789,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExtensionProperty" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationExtensionPropertyCount", + "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12846,20 +12844,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/extensionProperties/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationExtensionPropertyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12878,19 +12876,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -12917,20 +12916,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -12957,20 +12955,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationFederatedIdentityCredentialCount", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredentialByName", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12997,112 +12995,113 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredentialCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Permissions": [], "CommandAlias": null, + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "Method": "GET", + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationLogo", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/logo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationLogo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/applications/{application-id}/getMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgApplicationMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgApplicationMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/applications/{application-id}/getMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgApplicationMemberObject", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwner", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13145,135 +13144,135 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/applications/{application-id}/owners", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgApplicationOwner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgApplicationOwnerAsUser", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/user", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerByRef", + "Uri": "/applications/{application-id}/owners/user", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13316,20 +13315,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerCount", + "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationOwnerByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13372,97 +13370,95 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", + "Uri": "/applications/{application-id}/owners/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationOwnerCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerCountAsEndpoint", + "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/endpoint/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", + "Uri": "/applications/{application-id}/owners/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerCountAsUser", + "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/user/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronization", + "Uri": "/applications/{application-id}/owners/user/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgApplicationSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationSynchronization", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13481,168 +13477,170 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Get-MgApplicationSynchronizationAccessToken", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobBulkUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJobCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchema", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationSecretCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/secrets/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationSecretCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13669,19 +13667,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13708,20 +13707,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplateCount", + "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13748,20 +13746,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13788,106 +13786,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], + "CommandAlias": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", "Uri": "/applicationTemplates/{applicationTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationTemplate" + "Method": "GET", + "Command": "Get-MgApplicationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", "Uri": "/applicationTemplates", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationTemplate" + "Method": "GET", + "Command": "Get-MgApplicationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTemplateCount", - "ApiReferenceLink": null, "Uri": "/applicationTemplates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgApplicationTemplateCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTokenIssuancePolicy", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -13930,19 +13929,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -13985,20 +13984,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTokenIssuancePolicyCount", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14041,19 +14039,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTokenLifetimePolicy", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -14096,19 +14095,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "Uri": "/applications/{application-id}/tokenLifetimePolicies", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14151,20 +14150,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationTokenLifetimePolicyCount", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14207,20 +14205,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogDirectoryAudit", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14239,19 +14237,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryAudit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogDirectoryAudit", + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "ApiReferenceLink": null, - "Uri": "/auditLogs/directoryAudits", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14270,19 +14269,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryAudit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogDirectoryAuditCount", + "Uri": "/auditLogs/directoryAudits", "ApiReferenceLink": null, - "Uri": "/auditLogs/directoryAudits/$count", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "Get" + "List" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14301,34 +14300,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogProvisioning", + "Uri": "/auditLogs/directoryAudits/$count", "ApiReferenceLink": null, - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAuditCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogProvisioning", + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", "ApiReferenceLink": null, - "Uri": "/auditLogs/provisioning", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14347,19 +14346,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogProvisioningCount", + "Uri": "/auditLogs/provisioning", "ApiReferenceLink": null, - "Uri": "/auditLogs/provisioning/$count", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "Get" + "List" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14378,20 +14377,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogSignIn", + "Uri": "/auditLogs/provisioning/$count", "ApiReferenceLink": null, - "Uri": "/auditLogs/signIns/{signIn-id}", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgAuditLogProvisioningCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14410,19 +14408,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSignIn" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogSignIn", + "Uri": "/auditLogs/signIns/{signIn-id}", "ApiReferenceLink": null, - "Uri": "/auditLogs/signIns", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14441,19 +14440,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSignIn" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgAuditLogSignInCount", + "Uri": "/auditLogs/signIns", "ApiReferenceLink": null, - "Uri": "/auditLogs/signIns/$count", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "Get" + "List" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14472,20 +14471,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}", - "ApiVersion": "beta", + "Uri": "/auditLogs/signIns/$count", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgAuditLogSignInCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14512,19 +14510,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", - "Uri": "/accessReviews", - "ApiVersion": "beta", + "Uri": "/accessReviews/{accessReview-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaAccessReview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14551,19 +14550,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewCount", - "ApiReferenceLink": null, - "Uri": "/accessReviews/$count", - "ApiVersion": "beta", + "Uri": "/accessReviews", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaAccessReview", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14590,34 +14589,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewDecision", + "Uri": "/accessReviews/$count", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/decisions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecision", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14644,20 +14643,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewDecision" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewDecisionCount", + "Uri": "/accessReviews/{accessReview-id}/decisions", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/decisions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecision", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14684,210 +14682,211 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstance", + "Uri": "/accessReviews/{accessReview-id}/decisions/$count", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReview" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReview", + "Permissions": [], "CommandAlias": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaAccessReviewInstance", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReview", + "Permissions": [], + "CommandAlias": null, "Uri": "/accessReviews/{accessReview-id}/instances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReview" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14914,20 +14913,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewDecision" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewMyDecisionCount", + "Uri": "/accessReviews/{accessReview-id}/myDecisions", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14954,34 +14952,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewMyDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewReviewer", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15008,20 +15007,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewReviewerCount", + "Uri": "/accessReviews/{accessReview-id}/reviewers", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewReviewer", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15048,48 +15046,48 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdge", + "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", "ApiReferenceLink": null, - "Uri": "/admin/edge", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdge" + "Method": "GET", + "Command": "Get-MgBetaAccessReviewReviewerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdge", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", + "Uri": "/admin/edge", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternetExplorerMode" + "Method": "GET", + "Command": "Get-MgBetaAdminEdge", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "Uri": "/admin/edge/internetExplorerMode", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBrowserSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15108,19 +15106,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSiteList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBrowserSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15139,19 +15138,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSiteList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15170,20 +15169,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBrowserSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15202,19 +15200,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBrowserSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15233,20 +15232,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15265,20 +15263,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBrowserSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15297,19 +15295,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBrowserSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15328,20 +15327,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBrowserSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "ApiReferenceLink": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15360,20 +15358,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "beta", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15408,19 +15406,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", - "Uri": "/administrativeUnits", - "ApiVersion": "beta", + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15455,34 +15454,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "CommandAlias": null, + "Uri": "/administrativeUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaAdministrativeUnitById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/administrativeUnits/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitById", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitCount", - "ApiReferenceLink": null, - "Uri": "/administrativeUnits/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15517,19 +15516,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", - "Uri": "/administrativeUnits/delta", - "ApiVersion": "beta", + "Uri": "/administrativeUnits/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15564,63 +15563,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "CommandAlias": null, + "Uri": "/administrativeUnits/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitExtensionCount", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMember", - "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15655,34 +15654,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15717,34 +15716,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15779,34 +15778,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15841,34 +15840,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15903,34 +15902,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15965,34 +15964,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16027,19 +16026,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberByRef", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16074,20 +16073,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCount", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16122,20 +16120,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16170,20 +16168,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16218,20 +16216,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16266,20 +16264,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16314,20 +16312,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16362,20 +16360,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16410,54 +16408,54 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaAdministrativeUnitMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaAdministrativeUnitMemberObject", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitMemberObject", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16492,19 +16490,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16539,20 +16538,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16587,34 +16585,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/administrativeUnits/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminPeople", - "ApiReferenceLink": null, - "Uri": "/admin/people", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphPeopleAdminSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16633,19 +16632,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPeopleAdminSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminPeopleItemInsight", + "Uri": "/admin/people", "ApiReferenceLink": null, - "Uri": "/admin/people/itemInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminPeople", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16664,34 +16663,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInsightsSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "Uri": "/admin/people/itemInsights", "ApiReferenceLink": null, - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleItemInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "ApiReferenceLink": null, - "Uri": "/admin/people/profileCardProperties", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProfileCardProperty", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16710,19 +16709,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfileCardProperty" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", + "Uri": "/admin/people/profileCardProperties", "ApiReferenceLink": null, - "Uri": "/admin/people/profileCardProperties/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16741,19 +16740,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminPeoplePronoun", + "Uri": "/admin/people/profileCardProperties/$count", "ApiReferenceLink": null, - "Uri": "/admin/people/pronouns", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPronounsSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16772,19 +16771,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPronounsSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminReportSetting", + "Uri": "/admin/people/pronouns", "ApiReferenceLink": null, - "Uri": "/admin/reportSettings", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdminReportSettings", "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -16803,33 +16802,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdminReportSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminSharepoint", + "Uri": "/admin/reportSettings", "ApiReferenceLink": null, - "Uri": "/admin/sharepoint", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepoint" + "Method": "GET", + "Command": "Get-MgBetaAdminReportSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharepoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdminSharepointSetting", + "Uri": "/admin/sharepoint", "ApiReferenceLink": null, - "Uri": "/admin/sharepoint/settings", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaAdminSharepoint", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSharepointSettings", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -16848,93 +16847,92 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharepointSettings" + "CommandAlias": null, + "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaAdminSharepointSetting", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaAgreement", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], + "CommandAlias": null, "Uri": "/agreements/{agreement-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaAgreement", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], + "CommandAlias": null, "Uri": "/agreements", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "GET", + "Command": "Get-MgBetaAgreement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "GET", + "Command": "Get-MgBetaAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "GET", + "Command": "Get-MgBetaAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAgreementAcceptanceCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFile", - "ApiReferenceLink": null, - "Uri": "/agreements/{agreement-id}/file", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFile", "Permissions": [ { "Name": "Agreement.Read.All", @@ -16953,239 +16951,240 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAgreementFile" - }, - { "CommandAlias": null, + "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaAgreementFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], + "CommandAlias": null, "Uri": "/agreements/{agreement-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgBetaAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAgreementFileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileLocalizationCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAgreementFileVersionCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAllGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/getAllSites", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaAllGroupSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAllGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaAllGroupTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAllGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaAllGroupTeamChannel", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", - "Method": "GET", - "Command": "Get-MgBetaAllGroupTeamChannelCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/allChannels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAllGroupTeamChannelCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAllSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", - "Uri": "/sites/getAllSites", - "ApiVersion": "beta", - "Variants": [ - "Get2" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -17204,34 +17203,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" + "CommandAlias": null, + "Uri": "/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "Module": "Beta.Sites", + "Variants": [ + "Get2" + ], + "Method": "GET", + "Command": "Get-MgBetaAllSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAllTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaAllTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/allChannels", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17258,20 +17257,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { - "CommandAlias": "Get-MgBetaTeamAllChannelCount", - "Method": "GET", - "Command": "Get-MgBetaAllTeamChannelCount", + "CommandAlias": null, + "Uri": "/teams/{team-id}/allChannels", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/allChannels/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaAllTeamChannel", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17298,19 +17296,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaTeamMessage", - "Method": "GET", - "Command": "Get-MgBetaAllTeamMessage", + "CommandAlias": null, + "Uri": "/teams/{team-id}/allChannels/$count", "ApiReferenceLink": null, - "Uri": "/teams/getAllMessages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaAllTeamChannelCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -17385,34 +17384,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { - "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", - "Method": "GET", - "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", + "CommandAlias": null, + "Uri": "/teams/getAllMessages", "ApiReferenceLink": null, - "Uri": "/teamwork/deletedTeams/getAllMessages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaAllTeamMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAllUserChatMessage", + "Uri": "/teamwork/deletedTeams/getAllMessages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/getAllMessages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -17431,64 +17429,65 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAllUserOnlineMeetingRecording", + "Uri": "/users/{user-id}/chats/getAllMessages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgBetaAllUserChatMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", - "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgBetaAllUserOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17531,19 +17530,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsApp" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppCount", + "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17586,49 +17585,48 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/appCatalogs/teamsApps/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17655,20 +17653,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17695,22 +17693,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppIcon" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17737,79 +17733,81 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17836,22 +17834,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppIcon" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17878,20 +17874,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "Uri": "/applications/{application-id}", - "ApiVersion": "beta", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -17934,19 +17932,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", - "Uri": "/applications", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplication", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -17997,63 +17996,62 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationAppManagementPolicy", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies", - "ApiVersion": "beta", + "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Method": "GET", + "Command": "Get-MgBetaApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", + "Uri": "/applications/{application-id}/appManagementPolicies", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationAppManagementPolicyCount", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "Uri": "/applications(appId='{appId}')", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationAppManagementPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -18104,35 +18102,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaApplicationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Uri": "/applications/getByIds", - "ApiVersion": "beta", + "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaApplicationByAppId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "Uri": "/applications(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "Uri": "/applications/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Get-MgBetaApplicationById", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -18183,49 +18181,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationConnectorGroup", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/connectorGroup", - "ApiVersion": "beta", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Method": "GET", + "Command": "Get-MgBetaApplicationByUniqueName", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectorGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationConnectorGroupByRef", + "Uri": "/applications/{application-id}/connectorGroup", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationConnectorGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationCount", + "Uri": "/applications/{application-id}/connectorGroup/$ref", "ApiReferenceLink": null, - "Uri": "/applications/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationConnectorGroupByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18276,34 +18275,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/applications/$count", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaApplicationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/createdOnBehalfOf", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", - "Uri": "/applications/delta", - "ApiVersion": "beta", - "Variants": [ - "Delta" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18346,20 +18345,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "ApiVersion": "beta", + "Uri": "/applications/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -18394,19 +18392,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExtensionProperty" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -18449,20 +18448,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExtensionProperty" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationExtensionPropertyCount", + "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18505,20 +18503,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/extensionProperties/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionPropertyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18537,19 +18535,59 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -18576,20 +18614,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18616,152 +18654,113 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read all applications", - "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write all applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "Method": "GET", + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "Method": "GET", + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationLogo", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/logo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationLogo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/applications/{application-id}/getMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaApplicationMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaApplicationMemberObject", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/getMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaApplicationMemberObject", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwner", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18804,106 +18803,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/applications/{application-id}/owners", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaApplicationOwner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaApplicationOwnerAsUser", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/user", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerByRef", + "Uri": "/applications/{application-id}/owners/user", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18946,20 +18945,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerCount", + "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19002,82 +19000,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", + "Uri": "/applications/{application-id}/owners/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/endpoint/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", + "Uri": "/applications/{application-id}/owners/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerCountAsUser", + "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronization", + "Uri": "/applications/{application-id}/owners/user/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaApplicationSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronization", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19096,168 +19092,170 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaApplicationSynchronizationAccessToken", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJobCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationSecretCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/secrets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationSecretCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19284,19 +19282,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19323,20 +19322,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", + "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19363,20 +19361,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19403,106 +19401,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], + "CommandAlias": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", "Uri": "/applicationTemplates/{applicationTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationTemplate" + "Method": "GET", + "Command": "Get-MgBetaApplicationTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", "Uri": "/applicationTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationTemplate" + "Method": "GET", + "Command": "Get-MgBetaApplicationTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTemplateCount", - "ApiReferenceLink": null, "Uri": "/applicationTemplates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaApplicationTemplateCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenIssuancePolicy", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -19545,19 +19544,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19600,20 +19599,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19656,19 +19654,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenLifetimePolicy", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -19711,19 +19710,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", + "Uri": "/applications/{application-id}/tokenLifetimePolicies", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenLifetimePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19766,20 +19765,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19822,78 +19820,78 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaApplicationUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/applications/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaApplicationUserOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "ApiReferenceLink": null, "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit" + "Method": "GET", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "ApiReferenceLink": null, "Uri": "/auditLogs/customSecurityAttributeAudits", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit" + "Method": "GET", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/customSecurityAttributeAudits/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryAudit", - "ApiReferenceLink": null, - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Reports", + "OutputType": "IMicrosoftGraphDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19912,19 +19910,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryAudit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryAudit", + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "ApiReferenceLink": null, - "Uri": "/auditLogs/directoryAudits", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAudit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19943,19 +19942,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryAudit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryAuditCount", + "Uri": "/auditLogs/directoryAudits", "ApiReferenceLink": null, - "Uri": "/auditLogs/directoryAudits/$count", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAudit", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19974,77 +19973,77 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/auditLogs/directoryAudits/$count", + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAuditCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryProvisioning", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryProvisioning/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaAuditLogProvisioning", - "ApiReferenceLink": null, - "Uri": "/auditLogs/provisioning", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Reports", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20063,19 +20062,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogProvisioningCount", + "Uri": "/auditLogs/provisioning", "ApiReferenceLink": null, - "Uri": "/auditLogs/provisioning/$count", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaAuditLogProvisioning", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20094,20 +20093,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogSignIn", + "Uri": "/auditLogs/provisioning/$count", "ApiReferenceLink": null, - "Uri": "/auditLogs/signIns/{signIn-id}", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaAuditLogProvisioningCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20126,19 +20124,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSignIn" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogSignIn", + "Uri": "/auditLogs/signIns/{signIn-id}", "ApiReferenceLink": null, - "Uri": "/auditLogs/signIns", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaAuditLogSignIn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20157,19 +20156,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSignIn" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAuditLogSignInCount", + "Uri": "/auditLogs/signIns", "ApiReferenceLink": null, - "Uri": "/auditLogs/signIns/$count", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaAuditLogSignIn", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20188,22 +20187,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusiness", + "Uri": "/auditLogs/signIns/$count", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Get" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaAuditLogSignInCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20238,20 +20234,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingBusiness" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusiness", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusiness", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20286,22 +20284,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingBusiness" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessAppointment", + "Uri": "/bookingBusinesses", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusiness", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20336,20 +20332,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20384,22 +20382,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessAppointmentCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20434,37 +20430,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCalendarView", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBookingAppointment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCalendarView", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20499,22 +20497,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCalendarViewCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20549,20 +20545,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", - "Get1" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCalendarViewCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20597,22 +20595,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomer", + "Uri": "/bookingBusinesses/$count", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Get1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20647,20 +20643,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomer", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomer", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20695,22 +20693,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomerCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20745,22 +20741,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomerCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20795,20 +20791,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20843,22 +20841,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20893,22 +20889,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessService", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20943,20 +20939,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingService" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessService", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessService", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20991,22 +20989,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingService" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessServiceCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessService", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21041,22 +21037,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaBookingBusinessStaffAvailability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "ApiVersion": "beta", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", - "GetExpanded", + "Get1", "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessServiceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21099,22 +21095,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphStaffAvailabilityItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "ApiVersion": "beta", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", + "Module": "Beta.Bookings", "Variants": [ "Get", - "Get1", + "GetExpanded", "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentityExpanded" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "Get-MgBetaBookingBusinessStaffAvailability", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingStaffMember", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21149,20 +21145,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingStaffMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessStaffMember", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingStaffMember", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21197,22 +21195,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingStaffMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessStaffMemberCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21247,22 +21243,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingCurrency", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", "ApiReferenceLink": null, - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21297,20 +21293,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCurrency" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingCurrency", + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Uri": "/bookingCurrencies", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingCurrency", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21345,20 +21343,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCurrency" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBookingCurrencyCount", + "Uri": "/bookingCurrencies", "ApiReferenceLink": null, - "Uri": "/bookingCurrencies/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "Get1" + "List", + "List1" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBookingCurrency", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21393,34 +21391,74 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/bookingCurrencies/$count", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "Variants": [ + "Get", + "Get1" + ], + "Method": "GET", + "Command": "Get-MgBetaBookingCurrencyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null, "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Permissions": [ + { + "Name": "AccessReview.Read.All", + "Description": "Read all access reviews", + "FullDescription": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "AccessReview.ReadWrite.All", + "Description": "Manage access reviews that you can access", + "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "AccessReview.ReadWrite.Membership", + "Description": "Manage access reviews for group and app memberships", + "FullDescription": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization for group and app memberships, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", "Uri": "/businessFlowTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21447,59 +21485,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessFlowTemplateCount", - "ApiReferenceLink": null, "Uri": "/businessFlowTemplates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [ - { - "Name": "AccessReview.Read.All", - "Description": "Read all access reviews", - "FullDescription": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "AccessReview.ReadWrite.All", - "Description": "Manage access reviews that you can access", - "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "AccessReview.ReadWrite.Membership", - "Description": "Manage access reviews for group and app memberships", - "FullDescription": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization for group and app memberships, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplateCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenario", - "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Bookings", + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21534,19 +21532,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenario" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenario", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21581,20 +21580,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenario" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioByUniqueName", + "Uri": "/solutions/businessScenarios", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenario", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21629,19 +21627,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenario" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioCount", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioByUniqueName", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21676,20 +21675,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlanner", + "Uri": "/solutions/businessScenarios/$count", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21724,22 +21722,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaBusinessScenarioPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", - "ApiVersion": "beta", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlanner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21758,20 +21754,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration", - "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "ApiVersion": "beta", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", + "Module": "Beta.Bookings", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "Get-MgBetaBusinessScenarioPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21806,20 +21804,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21854,19 +21852,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21901,20 +21900,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21949,20 +21947,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21981,19 +21979,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenarioTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -22012,50 +22011,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenarioTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -22090,20 +22088,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -22122,50 +22120,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", - "Uri": "/chats/{chat-id}", - "ApiVersion": "beta", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22232,19 +22230,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", - "Uri": "/chats", - "ApiVersion": "beta", + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22295,19 +22294,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatCount", - "ApiReferenceLink": null, - "Uri": "/chats/$count", - "ApiVersion": "beta", + "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChat", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22358,20 +22357,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatInstalledApp", + "Uri": "/chats/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22454,19 +22452,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22581,20 +22580,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatInstalledAppCount", + "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22709,208 +22707,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatInstalledAppTeamApp", + "Uri": "/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatLastMessagePreview", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMember", + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [ - { - "Name": "Chat.ReadBasic", - "Description": "Read names and members of your chat threads", - "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "ChatMember.Read.All", - "Description": "Read the members of all chats", - "FullDescription": "Read the members of all chats, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "ChatMember.ReadWrite", - "Description": "Add and remove members from chats", - "FullDescription": "Add and remove members from chats, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "ChatMember.Read", - "Description": "Read the members of chats", - "FullDescription": "Read the members of chats, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "ChannelMember.ReadWrite", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamMember.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChatMember.ReadWrite.All", - "Description": "Add and remove members from all chats", - "FullDescription": "Add and remove members from all chats, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChatMember.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite.All", - "Description": "Read and write all chat messages", - "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadBasic.All", - "Description": "Read names and members of all chat threads", - "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Manage.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChannelMember.ReadWrite.All", - "Description": "Add and remove members from all channels", - "FullDescription": "Add and remove members from all channels, without a signed-in user. Also allows changing a member's role, for example from owner to non-owner.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChannelMember.Read.All", - "Description": "Read the members of all channels", - "FullDescription": "Read the members of all channels, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaChatLastMessagePreview", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMember", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22960,6 +22815,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "ChannelMember.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamMember.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "ChatMember.ReadWrite.All", "Description": "Add and remove members from all chats", @@ -23007,22 +22878,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "ChannelMember.ReadWrite.All", + "Description": "Add and remove members from all channels", + "FullDescription": "Add and remove members from all channels, without a signed-in user. Also allows changing a member's role, for example from owner to non-owner.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChannelMember.Read.All", + "Description": "Read the members of all channels", + "FullDescription": "Read the members of all channels, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMemberCount", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23121,21 +23008,131 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/chats/{chat-id}/members", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaChatMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Chat.ReadBasic", + "Description": "Read names and members of your chat threads", + "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ChatMember.Read.All", + "Description": "Read the members of all chats", + "FullDescription": "Read the members of all chats, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "ChatMember.ReadWrite", + "Description": "Add and remove members from chats", + "FullDescription": "Add and remove members from chats, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "ChatMember.Read", + "Description": "Read the members of chats", + "FullDescription": "Read the members of chats, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "ChatMember.ReadWrite.All", + "Description": "Add and remove members from all chats", + "FullDescription": "Add and remove members from all chats, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChatMember.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadBasic.All", + "Description": "Read names and members of all chat threads", + "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Manage.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessage", + "Uri": "/chats/{chat-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", - "Get1", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -23186,19 +23183,21 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -23241,20 +23240,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageCount", + "Uri": "/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -23297,20 +23295,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Uri": "/chats/{chat-id}/messages/delta", - "ApiVersion": "beta", + "Uri": "/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatMessageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -23361,22 +23359,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Uri": "/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Delta", + "DeltaViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatMessageDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -23435,19 +23431,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -23506,20 +23505,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageHostedContentCount", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -23578,125 +23576,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaChatMessageReply", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], + "CommandAlias": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaChatMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyHostedContentCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatOperation", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23771,19 +23769,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatOperation", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23858,20 +23857,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatOperationCount", + "Uri": "/chats/{chat-id}/operations", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23946,34 +23944,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatPermissionGrant", + "Uri": "/chats/{chat-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgBetaChatOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatPermissionGrant", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatPermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -24072,20 +24071,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatPermissionGrantCount", + "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatPermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -24184,36 +24182,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaChatPermissionGrantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaChatPinnedMessage", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [ { "Name": "Chat.Read", @@ -24256,20 +24255,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatPinnedMessageCount", + "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatPinnedMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -24312,19 +24310,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatRetainedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", - "Uri": "/chats/getAllRetainedMessages", - "ApiVersion": "beta", + "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatPinnedMessageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -24391,20 +24390,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatTab", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "Uri": "/chats/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatRetainedMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24471,19 +24469,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatTab", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatTab", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24534,20 +24533,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatTabCount", + "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaChatTab", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24598,35 +24596,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatTabTeamApp", + "Uri": "/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaChatTabCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCall", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaChatTabTeamApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24645,20 +24643,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCall" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCall", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24677,19 +24675,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24708,20 +24707,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24740,20 +24738,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24788,19 +24786,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentSharingSession", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24835,20 +24834,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentSharingSession" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24883,78 +24881,78 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallOperationCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallOperationCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.CloudCommunications", + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24973,19 +24971,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphParticipant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -25004,20 +25003,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphParticipant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallParticipantCount", + "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants/$count", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -25036,228 +25034,229 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/participants/$count", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecord", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsCallRecord" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsOrganizer" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordParticipant", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordParticipant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsParticipant" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsParticipant" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordSessionCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSessionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallRecordSmLog", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow" + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSmLog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.CloudCommunications", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25292,160 +25291,159 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "CommandAlias": null, + "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List", "List1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25480,19 +25478,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingCount", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/$count", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25527,30 +25526,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/communications/onlineMeetings/$count", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", @@ -25558,303 +25566,294 @@ "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistration" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaCommunicationPresence", - "ApiReferenceLink": null, - "Uri": "/communications/presences", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.CloudCommunications", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read", @@ -25881,20 +25880,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPresence" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaCommunicationPresenceByUserId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", - "Uri": "/communications/getPresencesByUserId", - "ApiVersion": "beta", + "Uri": "/communications/presences", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ - "Get", - "GetExpanded" + "List" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaCommunicationPresence", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read.All", @@ -25913,19 +25911,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPresence" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationPresenceCount", - "ApiReferenceLink": null, - "Uri": "/communications/presences/$count", - "ApiVersion": "beta", + "Uri": "/communications/getPresencesByUserId", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Get" + "Get", + "GetExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "Get-MgBetaCommunicationPresenceByUserId", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.Read", @@ -25952,48 +25951,47 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCompliance", + "Uri": "/communications/presences/$count", "ApiReferenceLink": null, - "Uri": "/compliance", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + "Method": "GET", + "Command": "Get-MgBetaCommunicationPresenceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscovery", + "Uri": "/compliance", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + "Method": "GET", + "Command": "Get-MgBetaCompliance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscovery", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26012,19 +26010,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26043,19 +26042,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", + "Uri": "/compliance/ediscovery/cases", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26074,20 +26073,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26106,19 +26104,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26137,20 +26136,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26169,35 +26167,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26216,19 +26214,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26247,20 +26246,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26279,35 +26277,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26326,19 +26324,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26357,20 +26356,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26389,64 +26387,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26465,19 +26463,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26496,20 +26495,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26528,20 +26526,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26560,19 +26558,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26591,20 +26590,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26623,34 +26621,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26669,20 +26668,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26701,137 +26699,138 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Permissions": [], + "CommandAlias": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Compliance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26850,20 +26849,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26882,20 +26880,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26914,19 +26912,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26945,20 +26944,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26977,20 +26975,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27009,49 +27007,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27070,64 +27069,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + "CommandAlias": null, + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", - "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27146,35 +27144,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27193,19 +27191,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27224,20 +27223,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27256,20 +27254,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27288,19 +27286,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27319,20 +27318,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27351,20 +27349,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27383,20 +27381,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27415,19 +27413,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27446,34 +27445,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27492,20 +27491,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27524,20 +27522,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27556,20 +27554,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27588,34 +27586,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27634,20 +27633,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27666,20 +27664,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27698,34 +27696,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27744,20 +27743,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27776,20 +27774,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27808,19 +27806,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27839,34 +27838,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27885,20 +27884,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27917,20 +27915,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27949,35 +27947,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", - "Uri": "/contacts/{orgContact-id}", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28004,19 +28002,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", - "Uri": "/contacts", - "ApiVersion": "beta", + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaContact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28043,34 +28042,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" + "CommandAlias": null, + "Uri": "/contacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaContactById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/contacts/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaContactById", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactCount", - "ApiReferenceLink": null, - "Uri": "/contacts/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28097,19 +28096,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", - "Uri": "/contacts/delta", - "ApiVersion": "beta", + "Uri": "/contacts/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaContactCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28136,34 +28135,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" + "CommandAlias": null, + "Uri": "/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaContactDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDirectReport", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaContactDirectReport", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/directReports", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28198,78 +28197,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/directReports", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaContactDirectReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsUser", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDirectReportCount", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/directReports/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28304,50 +28302,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", + "Uri": "/contacts/{orgContact-id}/directReports/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactDirectReportCountAsUser", + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactManager", + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/manager", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportCountAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28382,22 +28380,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "ApiVersion": "beta", + "Uri": "/contacts/{orgContact-id}/manager", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaContactManager", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -28480,22 +28476,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaContactMemberObject", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "ApiVersion": "beta", + "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "Get-MgBetaContactMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -28594,34 +28590,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOf", + "Uri": "/contacts/{orgContact-id}/getMemberObjects", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaContactMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOf", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/memberOf", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaContactMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28656,78 +28655,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/memberOf", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaContactMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28762,93 +28760,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaContactServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaContactServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOf", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28875,78 +28874,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28973,109 +28971,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveReport", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaContactTransitiveReport", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "CommandAlias": null, "Uri": "/contacts/{orgContact-id}/transitiveReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveReportCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveReportCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaContactUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/contacts/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaContactUserOwnedObject", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", - "Uri": "/contracts/{contract-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -29094,19 +29092,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContract" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", - "Uri": "/contracts", - "ApiVersion": "beta", + "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaContract", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -29125,34 +29124,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContract" + "CommandAlias": null, + "Uri": "/contracts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaContract", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaContractById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/contracts/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaContractById", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContractCount", - "ApiReferenceLink": null, - "Uri": "/contracts/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -29171,19 +29170,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaContractDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "Uri": "/contracts/delta", - "ApiVersion": "beta", + "Uri": "/contracts/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaContractCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Directory.Read.All", @@ -29202,69 +29201,68 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/contracts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaContractDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/contracts/{contract-id}/getMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaContractMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaContractMemberObject", - "ApiReferenceLink": null, "Uri": "/contracts/{contract-id}/getMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaContractMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaContractUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/contracts/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaContractUserOwnedObject", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDataPolicyOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Permissions": [ { "Name": "User.Export.All", @@ -29283,48 +29281,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDataPolicyOperation" - }, - { "CommandAlias": null, + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDataPolicyOperation", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Permissions": [], + "CommandAlias": null, "Uri": "/dataPolicyOperations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Method": "GET", + "Command": "Get-MgBetaDataPolicyOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDataPolicyOperationCount", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDataPolicyOperationCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", - "Uri": "/devices/{device-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -29359,19 +29357,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", - "Uri": "/devices", - "ApiVersion": "beta", + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -29406,19 +29405,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgt", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagement", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29453,20 +29452,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAppManagement" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29485,19 +29483,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29516,20 +29515,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29564,19 +29562,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29611,20 +29610,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29659,20 +29657,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29707,19 +29705,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29754,20 +29753,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29802,19 +29800,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29833,20 +29832,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29881,20 +29879,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29929,19 +29927,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29976,20 +29975,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30024,19 +30022,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30071,20 +30070,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30119,19 +30117,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30166,20 +30165,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30214,20 +30212,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30246,19 +30244,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "CommandAlias": null, + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30277,19 +30276,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30308,49 +30307,48 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30369,19 +30367,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30400,20 +30399,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30432,34 +30430,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30478,19 +30476,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30509,20 +30508,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30541,20 +30539,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30573,19 +30571,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30604,20 +30603,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30636,20 +30634,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30668,19 +30666,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30699,20 +30698,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30731,21 +30729,21 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [ + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Permissions": [ { "Name": "DeviceManagementApps.Read.All", "Description": "Read Microsoft Intune apps", @@ -30763,19 +30761,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosManagedAppProtections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30785,6 +30815,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -30794,20 +30840,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30842,19 +30888,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30889,20 +30935,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30937,20 +30983,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30985,19 +31031,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31032,20 +31078,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", + "ApiReferenceLink": null, "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31080,19 +31157,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31102,6 +31180,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -31111,20 +31205,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31159,20 +31253,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31207,19 +31300,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31254,19 +31347,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31301,20 +31395,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31349,19 +31490,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31396,20 +31537,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31444,19 +31585,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31491,20 +31632,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31539,19 +31680,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31586,20 +31727,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", + "ApiReferenceLink": null, "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31634,19 +31819,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31681,20 +31867,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31729,64 +31914,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "ApiVersion": "beta", - "Variants": [ - "List" - ], "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", - "ApiVersion": "beta", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31821,19 +31962,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppOperation" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31868,115 +32009,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppOperation" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32011,19 +32057,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedAppStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32058,19 +32104,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedAppStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32080,22 +32126,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -32105,20 +32135,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32137,19 +32167,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBook" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32168,20 +32198,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBook" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32200,19 +32230,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32231,20 +32261,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32263,22 +32293,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32297,20 +32327,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBookCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBookCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List", "List1" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32329,21 +32359,21 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBookCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBookCategories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32362,19 +32392,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32393,20 +32423,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32425,19 +32455,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceInstallState" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32456,20 +32486,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceInstallState" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32488,20 +32518,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32520,20 +32550,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEBookInstallSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32552,19 +32582,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32583,20 +32613,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32615,20 +32645,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32647,19 +32677,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceInstallState" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32678,20 +32708,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceInstallState" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32710,20 +32740,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32742,19 +32772,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32764,6 +32794,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -32773,20 +32819,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32821,19 +32867,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32868,20 +32914,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32891,22 +32937,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -32916,19 +32946,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32938,6 +32968,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -32947,20 +32993,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32995,19 +33041,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33042,20 +33088,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33090,20 +33136,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33138,19 +33184,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33185,20 +33231,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33208,22 +33254,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -33233,20 +33263,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33265,65 +33295,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphMobileApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidForWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33342,166 +33341,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidForWorkApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidLobApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/androidLobApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33520,298 +33519,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/androidLobApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33830,166 +33829,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidStoreApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34008,166 +34007,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidStoreApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/iosLobApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34186,298 +34185,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/iosLobApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosStoreApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34496,166 +34495,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosStoreApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", - "ApiVersion": "beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/iosVppApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34674,210 +34673,210 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosVppApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/iosVppApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSDmgApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34896,298 +34895,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSDmgApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSLobApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35206,298 +35205,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSPkgApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35516,298 +35515,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSPkgApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35826,298 +35825,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedIosLobApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedIosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36136,298 +36135,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedIosLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedMobileLobApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36446,298 +36445,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36756,196 +36755,195 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36964,19 +36962,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36995,20 +36994,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37027,34 +37025,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWin32LobApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "OutputType": "IMicrosoftGraphWin32LobApp", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/win32LobApp", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37073,298 +37072,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWin32LobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/win32LobApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAppX" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsAppX", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37383,298 +37382,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAppX" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsAppX", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsMobileMsi" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37693,298 +37692,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMobileMsi" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsStoreApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38003,166 +38002,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsStoreApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38181,342 +38180,342 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsWebApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38535,166 +38534,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsWebApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWinGetApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWinGetApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/winGetApp", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWinGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38713,197 +38712,228 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWinGetApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/winGetApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38922,20 +38952,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List", "List1" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38954,20 +38984,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38986,20 +39016,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39018,19 +39048,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39049,20 +39079,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39081,19 +39111,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39112,20 +39142,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39144,19 +39174,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39175,20 +39205,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39207,19 +39237,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39238,20 +39268,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39270,20 +39300,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39302,20 +39332,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39334,19 +39364,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39365,20 +39395,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39397,20 +39427,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39429,19 +39459,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39460,19 +39490,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39491,19 +39521,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39522,19 +39552,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39553,19 +39583,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39584,19 +39614,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39615,19 +39645,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39646,19 +39676,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39677,19 +39707,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39708,19 +39738,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39739,19 +39769,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39770,19 +39800,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39801,19 +39831,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39832,19 +39862,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39863,19 +39893,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39894,19 +39924,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39925,19 +39955,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39956,19 +39986,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39987,19 +40017,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40018,19 +40048,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40049,19 +40079,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40080,51 +40110,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [ { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40143,19 +40173,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40174,54 +40204,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppRelationship" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPolicySet", "Permissions": [ { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40240,19 +40270,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPolicySet" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40271,20 +40301,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPolicySet" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40303,19 +40333,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPolicySetAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40334,20 +40364,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPolicySetAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40366,19 +40396,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40397,20 +40427,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40429,19 +40459,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPolicySetItem" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40460,51 +40490,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPolicySetItem" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40523,20 +40522,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "CommandAlias": null, + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40555,19 +40553,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40586,20 +40585,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40634,19 +40632,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40681,20 +40680,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40729,20 +40727,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40777,19 +40775,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40824,20 +40823,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40872,19 +40870,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40903,20 +40902,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40951,20 +40949,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40999,19 +40997,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41046,20 +41045,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41094,20 +41092,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41142,19 +41140,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41189,20 +41188,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41237,20 +41235,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTask", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41285,19 +41283,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTask", + "CommandAlias": null, + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41332,19 +41331,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTaskCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41379,20 +41378,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementVppToken", + "CommandAlias": null, + "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTaskCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41427,19 +41425,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementVppToken", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41474,19 +41473,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41521,20 +41520,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41569,20 +41567,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppTokenLicenseSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41601,19 +41599,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41632,20 +41631,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41664,19 +41662,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41695,20 +41694,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41727,19 +41725,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41758,20 +41757,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41790,20 +41788,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41822,19 +41820,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41853,20 +41852,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41901,19 +41899,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41948,19 +41947,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41995,67 +41994,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } + "Variants": [ + "Get" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42090,20 +42041,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42138,19 +42089,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42185,20 +42136,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42233,19 +42184,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42280,20 +42231,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42328,19 +42279,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42375,20 +42326,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42423,20 +42374,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42471,19 +42421,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42518,20 +42469,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42566,20 +42517,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "OutputType": null, + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42614,19 +42612,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42661,19 +42660,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42708,20 +42707,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42756,19 +42754,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42803,20 +42802,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42851,19 +42849,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42898,20 +42897,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42946,20 +42944,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42994,19 +42992,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43041,20 +43040,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43089,19 +43087,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43136,34 +43135,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagementApp", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsManagementApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43198,20 +43197,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsManagementApp" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", - "Uri": "/devices(deviceId='{deviceId}')", - "ApiVersion": "beta", + "Uri": "/deviceAppManagement/windowsManagementApp", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -43246,93 +43244,94 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" + "CommandAlias": null, + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceByDeviceId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/devices/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDeviceById", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/{command-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Method": "GET", + "Command": "Get-MgBetaDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Method": "GET", + "Command": "Get-MgBetaDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceCommandCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceCommandCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceCommandResponsepayload", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceCommandResponsepayload", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceCount", - "ApiReferenceLink": null, - "Uri": "/devices/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -43367,77 +43366,77 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/devices/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", "Uri": "/devices/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaDeviceDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceExtensionCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagement", - "ApiReferenceLink": null, - "Uri": "/deviceManagement", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43520,19 +43519,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagement" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "Uri": "/deviceManagement", "ApiReferenceLink": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43551,20 +43550,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary" + "CommandAlias": null, + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43583,19 +43613,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43614,19 +43644,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43645,20 +43675,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43677,19 +43707,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43708,19 +43738,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43739,20 +43769,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43771,19 +43801,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43802,19 +43832,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43833,20 +43863,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43865,19 +43895,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43896,19 +43926,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43927,19 +43957,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43958,19 +43988,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidForWorkSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43989,20 +44019,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44021,50 +44051,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44083,19 +44082,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -44130,20 +44129,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44162,19 +44160,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44193,20 +44192,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "ApiReferenceLink": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44225,19 +44223,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "CommandAlias": null, + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44256,20 +44255,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44288,19 +44286,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44319,19 +44318,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/getAssignedRoleDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44366,20 +44365,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/getAssignedRoleDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44398,19 +44396,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/assignmentFilters", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44429,19 +44428,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", + "Uri": "/deviceManagement/assignmentFilters", "ApiReferenceLink": null, - "Uri": "/deviceManagement/assignmentFilters/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44460,20 +44459,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", + "Uri": "/deviceManagement/assignmentFilters/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44492,19 +44490,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", + "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/assignmentFilters/getState", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44523,20 +44522,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", + "Uri": "/deviceManagement/assignmentFilters/getState", "ApiReferenceLink": null, - "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44555,20 +44553,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", + "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44587,20 +44585,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEvent", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44619,19 +44617,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44650,20 +44649,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", + "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44682,19 +44680,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44713,19 +44712,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEventCount", + "Uri": "/deviceManagement/auditEvents/getAuditCategories", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44744,20 +44743,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/auditEvents/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44776,19 +44774,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/autopilotEvents", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44807,19 +44806,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", + "Uri": "/deviceManagement/autopilotEvents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/autopilotEvents/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44838,20 +44837,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44870,19 +44868,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44901,20 +44900,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44933,20 +44931,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44965,19 +44963,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCartToClassAssociation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/cartToClassAssociations", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44996,19 +44995,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCartToClassAssociation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", + "Uri": "/deviceManagement/cartToClassAssociations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/cartToClassAssociations/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45027,20 +45026,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategory", + "Uri": "/deviceManagement/cartToClassAssociations/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45059,19 +45057,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategory", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/categories", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45090,19 +45089,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategoryCount", + "Uri": "/deviceManagement/categories", "ApiReferenceLink": null, - "Uri": "/deviceManagement/categories/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45121,20 +45120,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45153,19 +45151,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45184,20 +45183,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45216,22 +45214,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45250,22 +45246,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphKeyLongValuePair" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", "ApiReferenceLink": null, - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45284,20 +45280,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45332,19 +45330,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45379,196 +45378,196 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" + "CommandAlias": null, + "Uri": "/deviceManagement/comanagedDevices", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45603,64 +45602,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/comanagedDevices/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDetectedApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDetectedApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Functions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45695,254 +45693,255 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/getComanagedDevicesSummary", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphComanagedDevicesSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45977,93 +45976,92 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComanagedDevicesSummary" + "CommandAlias": null, + "Uri": "/deviceManagement/getComanagedDevicesSummary", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46098,19 +46096,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagementEligibleDevices", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46145,19 +46144,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", + "Uri": "/deviceManagement/comanagementEligibleDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagementEligibleDevices/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46192,19 +46191,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", + "Uri": "/deviceManagement/comanagementEligibleDevices/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46239,20 +46238,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46287,19 +46285,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46334,19 +46333,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", + "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46381,20 +46380,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/complianceManagementPartners/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46413,19 +46443,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46444,20 +46474,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46476,19 +46506,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46507,20 +46537,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46539,19 +46569,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46570,20 +46600,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46602,19 +46632,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46633,20 +46663,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46665,20 +46695,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46697,19 +46727,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46728,20 +46758,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46760,20 +46790,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46792,19 +46822,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46823,96 +46853,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46931,19 +46929,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46962,19 +46961,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", + "Uri": "/deviceManagement/complianceSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceSettings/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46993,19 +46992,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/complianceSettings/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47040,20 +47039,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47088,20 +47086,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConfigManagerPolicySummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47120,19 +47118,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47151,20 +47150,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47183,19 +47181,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47214,20 +47213,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47246,19 +47244,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47277,50 +47276,81 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/configurationPolicies/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyJust", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy" + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyJust", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47339,19 +47369,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47370,20 +47400,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47402,20 +47432,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47434,19 +47464,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47465,20 +47495,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47497,20 +47527,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47529,19 +47559,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47560,19 +47590,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47591,20 +47621,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47623,19 +47653,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47654,20 +47684,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47686,20 +47716,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47718,19 +47748,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47749,20 +47779,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47781,20 +47811,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47813,19 +47843,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47844,51 +47874,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47915,19 +47913,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDataSharingConsent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/dataSharingConsents", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47954,19 +47953,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDataSharingConsent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", + "Uri": "/deviceManagement/dataSharingConsents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/dataSharingConsents/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47993,20 +47992,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/dataSharingConsents/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48025,19 +48023,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDepOnboardingSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48056,19 +48055,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDepOnboardingSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", + "Uri": "/deviceManagement/depOnboardingSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48087,20 +48086,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48119,20 +48117,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48151,20 +48149,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48183,20 +48181,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48215,19 +48213,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48246,20 +48245,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48278,20 +48276,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48310,20 +48308,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48342,19 +48340,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48373,20 +48372,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48405,63 +48403,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDerivedCredential", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDerivedCredential", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/derivedCredentials", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", + "Uri": "/deviceManagement/derivedCredentials", "ApiReferenceLink": null, - "Uri": "/deviceManagement/derivedCredentials/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/derivedCredentials/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48496,19 +48494,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDetectedApp" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48543,19 +48542,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDetectedApp" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedAppCount", + "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48590,20 +48589,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48622,19 +48620,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48653,20 +48652,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48685,20 +48683,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48733,19 +48731,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48780,19 +48779,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", + "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48827,20 +48826,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/deviceCategories/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48859,19 +48889,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48890,20 +48920,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48922,19 +48952,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48953,20 +48983,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48985,19 +49015,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49016,19 +49046,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49047,20 +49077,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49079,19 +49109,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49110,20 +49140,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49142,19 +49172,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49173,20 +49203,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49205,19 +49235,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49236,20 +49266,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49268,20 +49298,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49300,20 +49330,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49332,20 +49362,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49364,19 +49394,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49395,20 +49425,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49427,20 +49457,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49459,19 +49489,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49490,20 +49520,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49522,20 +49552,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49554,19 +49584,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49585,19 +49615,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49616,20 +49646,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49648,19 +49678,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49679,20 +49709,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49711,20 +49741,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49743,19 +49773,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49774,20 +49804,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49806,20 +49836,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49838,20 +49868,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49870,19 +49900,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49901,19 +49931,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49932,20 +49962,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49964,19 +49994,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49995,20 +50025,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50027,20 +50057,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50059,19 +50089,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50090,19 +50120,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50121,19 +50151,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50152,20 +50182,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50184,19 +50214,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50215,20 +50245,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50247,19 +50277,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50278,20 +50308,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50310,19 +50340,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50341,20 +50371,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50373,20 +50403,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50405,20 +50435,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50437,19 +50467,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50468,20 +50498,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50500,20 +50530,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50532,19 +50562,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50563,20 +50593,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50595,19 +50625,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50626,95 +50656,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50733,19 +50731,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50764,19 +50763,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50795,34 +50794,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "Get" + "Get", + "GetExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50841,20 +50840,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50873,19 +50871,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50904,20 +50903,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50936,20 +50934,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50968,20 +50966,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51016,19 +51014,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51063,20 +51062,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51111,19 +51109,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51158,20 +51157,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51206,19 +51204,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51253,20 +51252,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51283,21 +51281,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScript" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51314,22 +51329,37 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScript" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51348,19 +51378,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51377,22 +51408,37 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51409,21 +51455,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51440,22 +51503,37 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51474,19 +51552,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51503,22 +51582,37 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51535,22 +51629,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51585,20 +51695,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51615,22 +51725,30 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51647,21 +51765,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51678,22 +51813,37 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51710,22 +51860,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51760,19 +51926,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceShellScript" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51807,20 +51974,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceShellScript" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51855,19 +52021,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51902,20 +52069,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51950,19 +52116,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51997,20 +52164,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52045,19 +52211,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52092,20 +52259,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52140,35 +52306,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52203,19 +52369,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52250,20 +52417,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52298,20 +52464,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52346,20 +52512,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52394,19 +52560,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52441,20 +52608,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52489,49 +52655,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52550,19 +52716,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/domainJoinConnectors", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52581,19 +52748,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", + "Uri": "/deviceManagement/domainJoinConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/domainJoinConnectors/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52612,21 +52779,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEffectivePermission", + "Uri": "/deviceManagement/domainJoinConnectors/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/getEffectivePermissions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "Get1", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -52645,35 +52810,36 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementElevationRequest", + "Uri": "/deviceManagement/getEffectivePermissions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEffectivePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52692,19 +52858,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52723,20 +52890,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52755,19 +52921,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52786,20 +52953,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52818,19 +52984,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52849,20 +53016,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52881,19 +53047,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52912,20 +53079,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52944,20 +53110,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52992,19 +53158,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -53039,19 +53206,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", + "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -53086,21 +53253,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", + "Uri": "/deviceManagement/exchangeConnectors/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "Get1", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -53135,64 +53300,65 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" - }, - { "CommandAlias": null, + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53211,19 +53377,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyCategories", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53242,63 +53409,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "CommandAlias": null, + "Uri": "/deviceManagement/groupPolicyCategories", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyCategories/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53317,94 +53484,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/groupPolicyCategories/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53423,19 +53621,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53454,20 +53652,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53486,19 +53684,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53517,20 +53715,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53549,19 +53747,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53580,20 +53778,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53612,19 +53810,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53643,20 +53841,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53675,20 +53873,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53707,20 +53905,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53739,19 +53937,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53770,20 +53968,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53802,19 +54000,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "ApiReferenceLink": null, "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53833,34 +54046,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", + "Uri": "/deviceManagement/groupPolicyDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/$count", - "ApiVersion": "beta", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53879,601 +54077,601 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54492,19 +54690,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54523,19 +54721,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54554,20 +54752,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54586,19 +54784,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54617,20 +54815,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54649,20 +54847,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54681,19 +54879,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54712,20 +54910,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54744,20 +54942,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54776,19 +54974,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54807,19 +55005,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54838,20 +55036,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54870,19 +55068,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54901,139 +55099,139 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyOperation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyOperation" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Permissions": [ + { + "Name": "DeviceManagementServiceConfig.Read.All", + "Description": "Read Microsoft Intune configuration", + "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55052,19 +55250,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55083,19 +55281,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55114,20 +55312,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55146,19 +55344,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55177,51 +55375,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [ { - "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55240,19 +55438,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55271,20 +55469,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55303,19 +55501,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55334,20 +55532,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55366,20 +55564,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55398,19 +55596,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55429,20 +55627,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55461,20 +55659,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55493,19 +55691,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55524,20 +55722,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55556,20 +55754,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55588,19 +55786,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55619,20 +55817,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55651,19 +55849,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55682,20 +55880,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55714,20 +55912,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55746,19 +55944,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55777,20 +55975,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55809,20 +56007,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55841,19 +56039,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55872,20 +56070,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55904,20 +56102,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55936,20 +56134,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55968,19 +56166,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55999,20 +56197,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56031,20 +56229,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56063,19 +56261,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56094,20 +56292,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56126,52 +56324,52 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56190,19 +56388,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56221,20 +56419,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56253,19 +56451,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56284,20 +56482,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56316,51 +56514,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [ { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56379,19 +56577,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56410,19 +56608,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56441,20 +56639,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56473,19 +56671,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56504,20 +56702,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56536,19 +56734,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56567,20 +56765,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56599,20 +56797,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56631,19 +56829,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56662,20 +56860,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56694,51 +56892,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56773,19 +56939,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56820,137 +56987,136 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56969,107 +57135,108 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -57104,64 +57271,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDetectedApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDetectedApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57180,19 +57346,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57211,19 +57378,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", + "Uri": "/deviceManagement/managedDeviceEncryptionStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57242,20 +57409,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57290,166 +57456,167 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceOverview", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -57484,181 +57651,212 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceOverview" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDeviceOverview", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57677,19 +57875,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57708,19 +57906,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57739,20 +57937,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57771,19 +57969,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57802,19 +58000,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57833,20 +58031,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57865,19 +58063,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57896,19 +58094,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57927,20 +58125,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57959,19 +58157,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57990,19 +58188,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58021,20 +58219,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58053,20 +58251,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58085,19 +58283,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58116,20 +58314,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58148,22 +58346,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58182,54 +58380,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphKeyLongValuePair" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint" + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58248,19 +58414,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58279,20 +58446,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58327,19 +58493,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58374,20 +58541,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58422,19 +58588,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58453,20 +58620,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58501,19 +58667,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58548,19 +58715,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58595,34 +58762,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoring", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "Uri": "/deviceManagement/monitoring", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoring", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58641,19 +58807,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRecords", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58672,19 +58839,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", + "Uri": "/deviceManagement/monitoring/alertRecords", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRecords/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58703,19 +58870,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", + "Uri": "/deviceManagement/monitoring/alertRecords/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58734,20 +58901,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58766,19 +58932,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRules", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58797,19 +58964,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", + "Uri": "/deviceManagement/monitoring/alertRules", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRules/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58828,20 +58995,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNdeConnector", + "Uri": "/deviceManagement/monitoring/alertRules/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphNdesConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58860,19 +59026,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNdesConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNdeConnector", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/ndesConnectors", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphNdesConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58891,19 +59058,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNdesConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", + "Uri": "/deviceManagement/ndesConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/ndesConnectors/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58922,20 +59089,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/ndesConnectors/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Permissions": [ + { + "Name": "DeviceManagementServiceConfig.Read.All", + "Description": "Read Microsoft Intune configuration", + "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58954,19 +59152,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58985,19 +59183,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59016,20 +59214,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59048,19 +59246,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59079,52 +59277,68 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", "Permissions": [ { - "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "Name": "DeviceManagementRBAC.ReadWrite.All", + "Description": "Read and write Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementRBAC.Read.All", + "Description": "Read Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalPolicies/getApprovableOperations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59159,20 +59373,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalPolicies/getOperationsRequiringApproval", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOperationApprovalRequest", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59207,19 +59421,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOperationApprovalRequest", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59254,83 +59468,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOperationApprovalRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementRBAC.ReadWrite.All", - "Description": "Read and write Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphOperationApprovalRequest" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus" + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59365,19 +59531,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59412,19 +59579,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementPartnerCount", + "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59459,20 +59626,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/deviceManagementPartners/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartnerCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59507,19 +59673,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteActionAudit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteActionAudits", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59554,19 +59721,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteActionAudit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", + "Uri": "/deviceManagement/remoteActionAudits", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteActionAudits/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59601,20 +59768,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteActionAudits/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59649,19 +59815,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59696,19 +59863,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", + "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59743,19 +59910,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReport", + "Uri": "/deviceManagement/remoteAssistancePartners/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59822,80 +59989,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementReports" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", + "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getActiveMalwareReport", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", + "Uri": "/deviceManagement/reports/getActiveMalwareReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", + "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", + "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCachedReport", + "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getCachedReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59946,20 +60112,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "Uri": "/deviceManagement/reports/getCachedReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Beta.Reports", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCachedReport", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60010,19 +60176,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/cachedReportConfigurations", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60073,19 +60240,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", + "Uri": "/deviceManagement/reports/cachedReportConfigurations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60136,50 +60303,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", + "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", + "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60230,20 +60396,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60294,50 +60460,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", + "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60388,80 +60554,144 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getComplianceSettingsReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60512,20 +60742,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", + "ApiReferenceLink": null, "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60576,189 +60851,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", - "ApiVersion": "beta", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60809,20 +60975,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60873,20 +61039,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60937,20 +61103,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61001,20 +61167,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", + "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61065,20 +61231,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", + "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61129,20 +61295,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61193,20 +61359,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61257,20 +61423,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", + "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61321,20 +61487,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", + "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61385,20 +61551,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61449,20 +61615,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61513,50 +61679,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", + "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportExportJob", + "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Beta.Reports", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61607,19 +61773,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportExportJob", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/exportJobs", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJob", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61670,19 +61837,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportExportJobCount", + "Uri": "/deviceManagement/reports/exportJobs", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/exportJobs/$count", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJob", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61733,50 +61900,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", + "Uri": "/deviceManagement/reports/exportJobs/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJobCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", + "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportFilter", + "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getReportFilters", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61827,20 +61993,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "Uri": "/deviceManagement/reports/getReportFilters", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportFilter", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61859,20 +62025,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", + "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getHistoricalReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61923,35 +62089,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", + "Uri": "/deviceManagement/reports/getHistoricalReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getMalwareSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "Uri": "/deviceManagement/reports/getMalwareSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61986,20 +62152,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62034,20 +62200,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62098,20 +62264,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62162,20 +62328,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62226,20 +62392,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62290,65 +62456,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", + "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", + "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", + "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62383,20 +62549,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62447,170 +62613,170 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", + "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", + "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", + "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getUserInstallStatusReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", + "Uri": "/deviceManagement/reports/getUserInstallStatusReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", + "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", + "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62629,20 +62795,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62661,19 +62827,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62692,20 +62859,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62724,19 +62890,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62755,20 +62922,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62787,19 +62953,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62818,20 +62985,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceAccessProfiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62866,19 +63032,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62913,19 +63080,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceOperationCount", + "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62960,20 +63127,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", + "Uri": "/deviceManagement/resourceOperations/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63008,50 +63174,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyJust", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Retrieve", - "RetrieveViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyJust", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReusableSetting", + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Retrieve", + "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63070,19 +63236,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReusableSetting", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reusableSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63101,19 +63268,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReusableSettingCount", + "Uri": "/deviceManagement/reusableSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reusableSettings/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63132,20 +63299,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/reusableSettings/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63180,19 +63346,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63227,19 +63394,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", + "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63274,79 +63441,78 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63381,19 +63547,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63428,19 +63595,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", + "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63475,20 +63642,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63523,19 +63689,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63570,20 +63737,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63618,20 +63784,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63666,20 +63832,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63714,19 +63880,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleScopeTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63761,93 +63928,93 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "CommandAlias": null, + "Uri": "/deviceManagement/roleScopeTags", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63882,20 +64049,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", + "Uri": "/deviceManagement/roleScopeTags/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63930,49 +64096,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleScopeTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScript", + "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScript" + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScript", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScript" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64007,19 +64173,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64054,20 +64221,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64102,34 +64268,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64164,19 +64330,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64211,20 +64378,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64259,20 +64425,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64307,20 +64473,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64355,19 +64521,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64402,20 +64569,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64450,20 +64616,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptRunSummary", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64498,20 +64664,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptRunSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64546,19 +64712,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64593,20 +64760,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64641,20 +64807,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64689,19 +64855,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64736,20 +64903,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64768,19 +64934,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/settingDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64799,19 +64966,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", + "Uri": "/deviceManagement/settingDefinitions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/settingDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64830,19 +64997,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", + "Uri": "/deviceManagement/settingDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64861,20 +65028,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", + "Uri": "/deviceManagement/softwareUpdateStatusSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64893,20 +65059,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64925,19 +65091,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64956,19 +65123,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64987,20 +65154,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65019,19 +65217,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65050,20 +65248,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65082,19 +65280,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65113,20 +65311,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65145,20 +65343,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65177,19 +65375,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65208,20 +65406,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65240,20 +65438,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65272,19 +65470,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65303,20 +65501,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65335,19 +65533,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65366,20 +65564,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65398,183 +65596,151 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65593,64 +65759,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65669,19 +65835,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65700,20 +65867,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65732,19 +65898,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/tenantAttachRBAC/getState", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65779,20 +65946,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/tenantAttachRBAC/getState", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65811,19 +65977,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditions" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65842,20 +66009,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditions" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65874,19 +66040,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65905,20 +66072,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65937,20 +66103,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65969,20 +66135,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditions" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66001,19 +66167,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66032,20 +66199,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66064,19 +66230,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66095,20 +66262,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66127,19 +66293,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66158,20 +66325,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66190,20 +66356,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66222,20 +66388,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditions" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66254,19 +66420,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66285,19 +66452,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", + "Uri": "/deviceManagement/troubleshootingEvents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66316,20 +66483,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/troubleshootingEvents/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66364,19 +66530,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66411,62 +66578,62 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66501,20 +66668,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66549,19 +66715,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66596,19 +66763,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66643,20 +66810,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66691,19 +66857,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66738,20 +66905,67 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66786,19 +67000,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66833,24 +67047,24 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -66864,36 +67078,36 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66928,19 +67142,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66975,19 +67189,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67022,20 +67236,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67070,19 +67284,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67117,19 +67331,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67164,20 +67378,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67212,19 +67426,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67259,19 +67473,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67306,19 +67520,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67353,20 +67567,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67401,19 +67615,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67448,19 +67662,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67495,20 +67709,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67543,19 +67757,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67590,19 +67804,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67637,20 +67851,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67685,19 +67899,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67732,19 +67946,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67779,20 +67993,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67827,19 +68041,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67874,19 +68088,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67921,19 +68135,62 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67968,63 +68225,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68059,19 +68273,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68106,20 +68320,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68154,20 +68368,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68202,20 +68416,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68250,19 +68464,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68297,20 +68511,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68345,20 +68559,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68393,20 +68607,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68441,25 +68655,25 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Permissions": [ { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -68473,36 +68687,36 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68537,19 +68751,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68584,19 +68798,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68631,19 +68845,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68678,20 +68892,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68726,19 +68940,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68773,19 +68987,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68820,20 +69034,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68868,19 +69082,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68915,19 +69129,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68962,20 +69176,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69010,19 +69224,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69057,19 +69271,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69104,20 +69318,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69152,19 +69366,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69199,19 +69413,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69246,20 +69460,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69294,66 +69508,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69388,19 +69555,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69435,20 +69602,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69483,92 +69649,92 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69603,19 +69769,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69650,19 +69817,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69697,20 +69864,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69745,19 +69911,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69792,19 +69959,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69839,21 +70006,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "Get1", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69888,19 +70053,21 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69935,19 +70102,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69982,20 +70149,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70030,19 +70244,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70077,19 +70291,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70124,20 +70338,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70172,19 +70386,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70219,19 +70433,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70266,20 +70480,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70314,19 +70528,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70361,24 +70575,24 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -70392,36 +70606,36 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70456,19 +70670,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70503,19 +70717,62 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Permissions": [], "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", + "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70550,63 +70807,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70641,19 +70855,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70688,19 +70902,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70735,20 +70949,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70783,19 +70997,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70830,67 +71044,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70925,19 +71091,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70972,19 +71139,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71019,20 +71186,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71067,19 +71233,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71114,19 +71281,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71161,20 +71328,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71209,19 +71375,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71256,19 +71423,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71303,19 +71470,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71350,20 +71517,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71398,19 +71564,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71445,19 +71612,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71492,20 +71659,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71540,19 +71706,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71587,19 +71754,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71634,20 +71801,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71682,19 +71848,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71729,19 +71896,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71776,19 +71943,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71823,20 +71990,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71871,19 +72037,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71918,19 +72085,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71965,20 +72132,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72013,19 +72179,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72060,20 +72227,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72108,20 +72274,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72156,19 +72322,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72203,19 +72370,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72250,20 +72417,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72282,19 +72448,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserPfxCertificate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userPfxCertificates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72313,19 +72480,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserPfxCertificate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", + "Uri": "/deviceManagement/userPfxCertificates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userPfxCertificates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72344,34 +72511,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", + "Uri": "/deviceManagement/userPfxCertificates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEndpoint" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "Uri": "/deviceManagement/virtualEndpoint", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72390,19 +72556,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72421,19 +72588,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72452,19 +72619,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72483,63 +72650,62 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkAction" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkAction" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72558,19 +72724,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPc" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72589,20 +72756,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPc" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72621,19 +72787,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72652,50 +72819,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72714,35 +72880,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPc" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72761,19 +72927,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72792,20 +72959,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72824,19 +72990,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72855,19 +73022,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72886,19 +73053,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72917,19 +73084,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72948,20 +73115,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72980,19 +73146,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73011,19 +73178,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73042,63 +73209,62 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73117,19 +73283,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73148,19 +73315,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73179,20 +73346,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73211,19 +73377,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73242,19 +73409,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73273,19 +73440,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -73304,20 +73471,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73336,19 +73502,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73367,151 +73534,151 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73530,109 +73697,108 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcReports", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcReports" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73651,138 +73817,138 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExportJob" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExportJob" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73801,20 +73967,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73833,20 +73999,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", - "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", - "ApiVersion": "beta", + "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73865,48 +74031,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcScopedPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcScopedPermission" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcServicePlan" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Permissions": [ + { + "Name": "CloudPC.Read.All", + "Description": "Read Cloud PCs", + "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "CloudPC.ReadWrite.All", + "Description": "Read and write Cloud PCs", + "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73925,19 +74123,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcServicePlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73956,20 +74154,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73988,19 +74186,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74019,19 +74217,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74050,20 +74248,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74082,19 +74280,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcSnapshot" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74113,19 +74311,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcSnapshot" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74144,20 +74342,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcSubscription", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74176,65 +74374,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [ - { - "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "CloudPC.ReadWrite.All", - "Description": "Read and write Cloud PCs", - "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphCloudPcSubscription" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.DeviceManagement.Administration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74253,19 +74420,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74284,34 +74451,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Retrieve" + "Get" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Retrieve" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74330,19 +74496,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74361,63 +74528,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74436,20 +74603,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74468,19 +74634,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74499,137 +74666,137 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "CommandAlias": null, + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74648,20 +74815,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74680,19 +74846,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74711,19 +74878,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74742,20 +74909,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74774,20 +74940,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74806,19 +74972,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74837,20 +75004,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsAutopilotSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74869,19 +75035,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74900,20 +75067,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74932,19 +75098,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74963,20 +75130,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74995,19 +75161,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75026,20 +75193,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75058,19 +75224,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75089,19 +75256,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75120,20 +75287,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75152,19 +75318,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75183,19 +75350,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75214,20 +75381,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75262,19 +75428,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75309,19 +75476,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", + "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75356,20 +75523,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75404,19 +75570,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75451,20 +75618,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75499,20 +75665,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75531,19 +75697,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75562,20 +75729,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75594,19 +75760,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75625,20 +75792,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75657,19 +75823,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75688,22 +75855,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Uri": "/devices/{device-id}/getMemberGroups", - "ApiVersion": "beta", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -75786,22 +75950,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceMemberObject", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/getMemberObjects", - "ApiVersion": "beta", + "Uri": "/devices/{device-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "Get-MgBetaDeviceMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -75900,34 +76064,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOf", + "Uri": "/devices/{device-id}/getMemberObjects", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDeviceMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOf", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -75962,78 +76129,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/devices/{device-id}/memberOf", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76068,49 +76234,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", + "Uri": "/devices/{device-id}/memberOf/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwner", + "Uri": "/devices/{device-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -76145,106 +76312,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/devices/{device-id}/registeredOwners", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/user", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", + "Uri": "/devices/{device-id}/registeredOwners/user", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76279,20 +76446,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerCount", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76327,64 +76493,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", + "Uri": "/devices/{device-id}/registeredOwners/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", + "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUser", + "Uri": "/devices/{device-id}/registeredOwners/user/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -76419,106 +76586,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/devices/{device-id}/registeredUsers", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/user", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserByRef", + "Uri": "/devices/{device-id}/registeredUsers/user", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76553,20 +76720,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserCount", + "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76601,84 +76767,85 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", + "Uri": "/devices/{device-id}/registeredUsers/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", + "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "Uri": "/devices/{device-id}/registeredUsers/user/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -76692,99 +76859,98 @@ "IsLeastPrivilege": false }, { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/devices/{device-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -76798,80 +76964,81 @@ "IsLeastPrivilege": false }, { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceUsageRights", + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsageRight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceUsageRights", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/usageRights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceUsageRights", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUsageRight", "Permissions": [ { "Name": "Device.Read.All", @@ -76906,20 +77073,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUsageRight" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceUsageRightsCount", + "Uri": "/devices/{device-id}/usageRights", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/usageRights/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceUsageRights", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76954,49 +77120,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/devices/{device-id}/usageRights/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceUsageRightsCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/devices/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDeviceUserOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectory", - "ApiReferenceLink": null, "Uri": "/directory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectory" + "Method": "GET", + "Command": "Get-MgBetaDirectory", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77031,19 +77197,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77078,19 +77245,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", + "Uri": "/directory/administrativeUnits", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77125,19 +77292,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", - "Uri": "/directory/administrativeUnits/delta", - "ApiVersion": "beta", + "Uri": "/directory/administrativeUnits/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77172,63 +77339,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "CommandAlias": null, + "Uri": "/directory/administrativeUnits/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77263,34 +77430,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77325,34 +77492,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77387,34 +77554,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77449,34 +77616,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77511,34 +77678,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77573,34 +77740,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77635,19 +77802,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77682,20 +77849,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77730,20 +77896,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77778,20 +77944,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77826,20 +77992,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77874,20 +78040,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77922,20 +78088,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77970,20 +78136,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78018,20 +78184,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -78066,19 +78232,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -78113,20 +78280,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -78161,20 +78327,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAttributeSet", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78193,19 +78359,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAttributeSet", + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78224,19 +78391,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAttributeSetCount", + "Uri": "/directory/attributeSets", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78255,34 +78422,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCertificateAuthority", + "Uri": "/directory/attributeSets/$count", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateAuthorityPath" + "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSetCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "Uri": "/directory/certificateAuthorities", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthority", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78301,19 +78467,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78332,19 +78499,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78363,20 +78530,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78395,19 +78561,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78426,20 +78593,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78458,20 +78624,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78490,19 +78656,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78521,20 +78688,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78553,19 +78719,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAllowedValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78584,20 +78751,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAllowedValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78616,19 +78782,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78647,500 +78814,499 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItem", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItem", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" - }, - { - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" - }, - { - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" - }, - { - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryDeletedItemById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directory/deletedItems/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemById", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/administrativeUnit/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/application/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/device/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/group/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/servicePrincipal/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/user/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deviceLocalCredentials", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUserProfile" + "Method": "GET", + "Command": "Get-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUserProfile" + "Method": "GET", + "Command": "Get-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryExternalUserProfileCount", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryExternalUserProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -79159,19 +79325,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -79190,19 +79357,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryFederationConfigurationCount", + "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -79221,63 +79388,62 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/federationConfigurations/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryFederationConfigurationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources/{impactedResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "GET", + "Command": "Get-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "GET", + "Command": "Get-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryImpactedResourceCount", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryImpactedResourceCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null, - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79312,19 +79478,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "ApiReferenceLink": null, - "Uri": "/directory/inboundSharedUserProfiles", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79343,19 +79510,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", + "Uri": "/directory/inboundSharedUserProfiles", "ApiReferenceLink": null, - "Uri": "/directory/inboundSharedUserProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79374,94 +79541,91 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/inboundSharedUserProfiles/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", "Uri": "/directoryObjects/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaDirectoryObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", "Variants": [ "List" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaDirectoryObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryObjectById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directoryObjects/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectById", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryObjectCount", - "ApiReferenceLink": null, "Uri": "/directoryObjects/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", "Variants": [ "Get" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryObjectCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryObjectDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", "Uri": "/directoryObjects/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Delta" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaDirectoryObjectDelta", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Module": "Beta.DirectoryObjects", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -79544,22 +79708,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryObjectMemberObject", - "ApiReferenceLink": null, - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "ApiVersion": "beta", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -79658,49 +79822,52 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/directoryObjects/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, - "Uri": "/directory/onPremisesSynchronization", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79719,19 +79886,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", + "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, - "Uri": "/directory/onPremisesSynchronization/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79750,20 +79917,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "Uri": "/directory/onPremisesSynchronization/$count", "ApiReferenceLink": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79798,19 +79964,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "ApiReferenceLink": null, - "Uri": "/directory/outboundSharedUserProfiles", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79845,19 +80012,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", + "Uri": "/directory/outboundSharedUserProfiles", "ApiReferenceLink": null, - "Uri": "/directory/outboundSharedUserProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79892,34 +80059,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "Uri": "/directory/outboundSharedUserProfiles/$count", "ApiReferenceLink": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "ApiReferenceLink": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTenantReference", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79954,20 +80121,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTenantReference" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", "ApiReferenceLink": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -80002,63 +80168,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", "ApiReferenceLink": null, - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", "ApiReferenceLink": null, - "Uri": "/directory/pendingExternalUserProfiles", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + "Method": "GET", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", + "Uri": "/directory/pendingExternalUserProfiles", "ApiReferenceLink": null, - "Uri": "/directory/pendingExternalUserProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendation", + "Uri": "/directory/pendingExternalUserProfiles/$count", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/{recommendation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRecommendation", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80077,19 +80243,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRecommendation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": null, - "Uri": "/directory/recommendations", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRecommendation", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80108,19 +80275,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRecommendation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendationCount", + "Uri": "/directory/recommendations", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80139,20 +80306,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "Uri": "/directory/recommendations/$count", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80171,19 +80337,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImpactedResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80202,20 +80369,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImpactedResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80234,20 +80400,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", - "Uri": "/directoryRoles/{directoryRole-id}", - "ApiVersion": "beta", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80282,19 +80448,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", - "Uri": "/directoryRoles", - "ApiVersion": "beta", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRole", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80329,35 +80496,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRole" + "CommandAlias": null, + "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryRoleById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directoryRoles/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleById", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80392,19 +80558,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleCount", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/$count", - "ApiVersion": "beta", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80439,19 +80606,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", - "Uri": "/directoryRoles/delta", - "ApiVersion": "beta", + "Uri": "/directoryRoles/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80486,19 +80653,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMember", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members", - "ApiVersion": "beta", + "Uri": "/directoryRoles/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80533,193 +80700,193 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/directoryRoles/{directoryRole-id}/members", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberByRef", + "Uri": "/directoryRoles/{directoryRole-id}/members/user", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80754,20 +80921,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberCount", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80802,158 +80968,159 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryRoleMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80988,20 +81155,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81036,20 +81202,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "ApiVersion": "beta", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81084,19 +81250,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", - "Uri": "/directoryRoleTemplates", - "ApiVersion": "beta", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81131,34 +81298,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "CommandAlias": null, + "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryRoleTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateById", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleTemplateCount", - "ApiReferenceLink": null, - "Uri": "/directoryRoleTemplates/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81193,19 +81360,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleTemplateDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "Uri": "/directoryRoleTemplates/delta", - "ApiVersion": "beta", + "Uri": "/directoryRoleTemplates/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81240,84 +81407,83 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/directoryRoleTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplateDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/directoryRoles/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", - "Uri": "/settings/{directorySetting-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -81352,19 +81518,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectorySetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", - "Uri": "/settings", - "ApiVersion": "beta", + "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectorySetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -81399,20 +81566,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectorySetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "ApiVersion": "beta", + "Uri": "/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectorySetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -81431,19 +81597,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", - "Uri": "/directorySettingTemplates", - "ApiVersion": "beta", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -81462,34 +81629,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + "CommandAlias": null, + "Uri": "/directorySettingTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectorySettingTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directorySettingTemplates/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateById", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySettingTemplateCount", - "ApiReferenceLink": null, - "Uri": "/directorySettingTemplates/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81508,19 +81675,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySettingTemplateDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "Uri": "/directorySettingTemplates/delta", - "ApiVersion": "beta", + "Uri": "/directorySettingTemplates/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Directory.Read.All", @@ -81539,185 +81706,184 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/directorySettingTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplateDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/directorySettingTemplates/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomain" + "Method": "GET", + "Command": "Get-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomain" + "Method": "GET", + "Command": "Get-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySharedEmailDomainCount", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectorySharedEmailDomainCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectorySubscriptionCount", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscriptionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", - "Uri": "/domains/{domain-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -81744,19 +81910,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDomain" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", - "Uri": "/domains", - "ApiVersion": "beta", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDomain", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -81783,19 +81950,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDomain" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainCount", - "ApiReferenceLink": null, - "Uri": "/domains/$count", - "ApiVersion": "beta", + "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDomain", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81822,20 +81989,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainFederationConfiguration", + "Uri": "/domains/$count", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDomainCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Permissions": [ { "Name": "Domain.Read.All", @@ -81854,63 +82020,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInternalDomainFederation" - }, - { "CommandAlias": null, + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], + "CommandAlias": null, "Uri": "/domains/{domain-id}/federationConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Method": "GET", + "Command": "Get-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainFederationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDomainFederationConfigurationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainNameReference", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDomainNameReference", - "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/domainNameReferences", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Domain.Read.All", @@ -81929,20 +82096,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainNameReferenceCount", + "Uri": "/domains/{domain-id}/domainNameReferences", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDomainNameReference", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81961,34 +82127,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/domainNameReferences/$count", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "GET", + "Command": "Get-MgBetaDomainNameReferenceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -82007,20 +82174,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDomainDnsRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -82039,78 +82205,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + "Method": "GET", + "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Permissions": [], "CommandAlias": null, + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Permissions": [], + "CommandAlias": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + "Method": "GET", + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -82129,20 +82296,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDomainDnsRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainVerificationDnsRecordCount", + "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -82161,20 +82327,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDrive", + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDomainVerificationDnsRecordCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -82225,33 +82391,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDrive", + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/drives", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveActivity", + "Uri": "/drives", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/activities", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDrive", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [ { "Name": "Files.Read", @@ -82302,286 +82469,285 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityOld" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/activities", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDriveActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveBundleContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveBundleContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveBundleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBase", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveFollowing", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveFollowing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveFollowing", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveFollowing", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveFollowingContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveFollowingContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveFollowingCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItem", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -82648,33 +82814,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemActivity", + "Uri": "/drives/{drive-id}/items", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItem", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [ { "Name": "Files.Read", @@ -82725,35 +82892,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityOld" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalytic", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemActivityByInterval", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -82804,78 +82970,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAnalytics" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -82926,20 +83092,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityStat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalyticTime", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -82990,34 +83156,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityStat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticTime", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemChild", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -83068,50 +83235,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemChildContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemChildContentStream", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemChildCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemChildContentStream", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -83162,20 +83328,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemChildCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -83226,20 +83392,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemContentStream", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -83290,532 +83456,532 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveItemDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersionField", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemPermission", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.Read", @@ -83866,19 +84032,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemPermission", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.Read", @@ -83929,20 +84096,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemPermissionCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemPermission", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -83993,93 +84159,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgBetaDriveItemPermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaDriveItemSubscription", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], + "CommandAlias": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveItemSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Files", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [ { "Name": "Files.Read", @@ -84130,20 +84297,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphThumbnailSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemThumbnailCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemThumbnail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -84194,20 +84360,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemThumbnailCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -84258,19 +84424,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItemVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -84321,20 +84488,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItemVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemVersionContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemVersion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -84385,20 +84551,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveItemVersionCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaDriveItemVersionContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -84449,1196 +84615,1194 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDriveItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveList", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaDriveList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaDriveListActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaDriveListColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/drive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaDriveListDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/items/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + ], + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveListSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaDriveRootActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveRootActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/allTime", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticTime", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootChildCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/root/delta", - "ApiVersion": "beta", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -85689,714 +85853,716 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Files", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgBetaDriveRootDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootPermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgBetaDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootVersionContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveRootVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveSpecial", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveSpecial", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveSpecial", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaDriveSpecial", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveSpecialContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveSpecialContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaDriveSpecialCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClass", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86423,19 +86589,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClass", + "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": null, - "Uri": "/education/classes", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClass", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86462,179 +86629,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignment", + "Uri": "/education/classes", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Education", - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignment", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments", - "ApiVersion": "beta", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgBetaEducationClass", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86701,20 +86708,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86781,19 +86788,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86860,22 +86867,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86942,22 +86947,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87024,20 +87027,101 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationCategory" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCount", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87104,20 +87188,102 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87184,20 +87350,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentDefault", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87264,50 +87430,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "DeltaViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87374,19 +87540,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87453,20 +87620,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87533,34 +87699,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87619,20 +87786,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87691,20 +87857,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87771,20 +87937,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87851,20 +88017,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87931,79 +88097,156 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Permissions": [], "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "List" + ], "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88013,6 +88256,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, { "Name": "EduAssignments.ReadWriteBasic", "Description": "View and modify your assignments without grades", @@ -88036,51 +88287,46 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationGradingScheme" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "ApiVersion": "beta", - "Variants": [ - "List" - ], "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", - "ApiVersion": "beta", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Education", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88147,19 +88393,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88226,45 +88472,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" - }, - { "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, { "Name": "EduAssignments.ReadWrite", "Description": "View and modify your assignments and grades", @@ -88273,22 +88526,6 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, { "Name": "EduAssignments.ReadWrite.All", "Description": "Create, read, update and delete all class assignments with grades", @@ -88296,44 +88533,21 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "beta", "Variants": [ "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -88368,37 +88582,45 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationOutcome" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "EduAssignments.ReadWrite", "Description": "View and modify your assignments and grades", @@ -88407,6 +88629,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "EduAssignments.ReadWrite.All", "Description": "Create, read, update and delete all class assignments with grades", @@ -88414,22 +88652,30 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88496,19 +88742,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88575,20 +88821,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88606,14 +88867,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, { "Name": "EduAssignments.ReadWrite", "Description": "View and modify your assignments and grades", @@ -88655,106 +88908,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88813,20 +88979,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88893,19 +89059,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88972,20 +89139,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89052,34 +89218,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89146,20 +89313,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89226,19 +89392,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89265,19 +89432,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", - "Uri": "/education/classes/delta", - "ApiVersion": "beta", + "Uri": "/education/classes/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89328,20 +89495,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassGroup", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/group", - "ApiVersion": "beta", + "Uri": "/education/classes/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89392,48 +89558,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/group", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassMember", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89468,19 +89635,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassMemberByRef", + "Uri": "/education/classes/{educationClass-id}/members", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89515,20 +89682,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassMemberCount", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassMemberByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89563,20 +89729,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89611,19 +89777,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassModule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89658,20 +89825,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassModuleCount", + "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassModule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89706,20 +89872,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassModuleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89754,19 +89920,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationModuleResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassModuleResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89801,20 +89968,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationModuleResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassModuleResourceCount", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassModuleResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89849,34 +90015,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassSchool", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Method": "GET", + "Command": "Get-MgBetaEducationClassModuleResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassSchool", + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/schools", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassSchool", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89903,20 +90070,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassSchoolCount", + "Uri": "/education/classes/{educationClass-id}/schools", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/schools/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassSchool", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89943,19 +90109,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassTeacher", + "Uri": "/education/classes/{educationClass-id}/schools/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/teachers", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassSchoolCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89982,19 +90149,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassTeacherByRef", + "Uri": "/education/classes/{educationClass-id}/teachers", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacher", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90021,20 +90188,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationClassTeacherCount", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacherByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90061,19 +90227,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMe", + "Uri": "/education/classes/{educationClass-id}/teachers/$count", "ApiReferenceLink": null, - "Uri": "/education/me", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacherCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90100,34 +90267,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignment", + "Uri": "/education/me", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgBetaEducationMe", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90194,77 +90361,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "CommandAlias": null, + "Uri": "/education/me/assignments", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/education/me/assignments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Education", + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90331,460 +90498,460 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/me/assignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", "Uri": "/education/me/assignments/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Delta" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentRubric", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeClass", - "ApiReferenceLink": null, "Uri": "/education/me/classes/{educationClass-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaEducationMeClass", - "ApiReferenceLink": null, - "Uri": "/education/me/classes", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Education", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90811,19 +90978,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeClassCount", + "Uri": "/education/me/classes", "ApiReferenceLink": null, - "Uri": "/education/me/classes/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationMeClass", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90850,20 +91017,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeRubric", + "Uri": "/education/me/classes/$count", "ApiReferenceLink": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationMeClassCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90898,19 +91064,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Uri": "/education/me/rubrics", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationMeRubric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90945,19 +91112,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeRubricCount", + "Uri": "/education/me/rubrics", "ApiReferenceLink": null, - "Uri": "/education/me/rubrics/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationMeRubric", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90992,34 +91159,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeSchool", + "Uri": "/education/me/rubrics/$count", "ApiReferenceLink": null, - "Uri": "/education/me/schools/{educationSchool-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Method": "GET", + "Command": "Get-MgBetaEducationMeRubricCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeSchool", + "Uri": "/education/me/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Uri": "/education/me/schools", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationMeSchool", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91046,19 +91213,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeSchoolCount", + "Uri": "/education/me/schools", "ApiReferenceLink": null, - "Uri": "/education/me/schools/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationMeSchool", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91085,73 +91252,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeTaughtClass", + "Uri": "/education/me/schools/$count", "ApiReferenceLink": null, - "Uri": "/education/me/taughtClasses/{educationClass-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Method": "GET", + "Command": "Get-MgBetaEducationMeSchoolCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeTaughtClass", + "Uri": "/education/me/taughtClasses/{educationClass-id}", "ApiReferenceLink": null, - "Uri": "/education/me/taughtClasses", - "ApiVersion": "beta", - "Variants": [ - "List" - ], "Module": "Beta.Education", - "Permissions": [ - { - "Name": "EduRoster.ReadBasic", - "Description": "View a limited subset of your school, class and user information", - "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduRoster.Read.All", - "Description": "Read the organization's roster", - "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduRoster.ReadWrite.All", - "Description": "Read and write the organization's roster", - "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass" + "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClass", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeTaughtClassCount", - "ApiReferenceLink": null, - "Uri": "/education/me/taughtClasses/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91178,19 +91306,58 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/me/taughtClasses", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClass", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "EduRoster.ReadBasic", + "Description": "View a limited subset of your school, class and user information", + "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduRoster.Read.All", + "Description": "Read the organization's roster", + "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduRoster.ReadWrite.All", + "Description": "Read and write the organization's roster", + "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeUser", + "Uri": "/education/me/taughtClasses/$count", "ApiReferenceLink": null, - "Uri": "/education/me/user", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClassCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91249,76 +91416,75 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeUserMailboxSetting", + "Uri": "/education/me/user", "ApiReferenceLink": null, - "Uri": "/education/me/user/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaEducationMeUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", + "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/education/me/user/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaEducationMeUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", + "Uri": "/education/me/user/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/education/me/user/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationRoot", + "Uri": "/education/me/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/education", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRoot" + "Method": "GET", + "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchool", + "Uri": "/education", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationRoot", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91345,19 +91511,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchool", + "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Uri": "/education/schools", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchool", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91384,20 +91551,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", + "Uri": "/education/schools", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchool", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91448,19 +91614,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolClass", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/classes", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91487,19 +91654,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolClassByRef", + "Uri": "/education/schools/{educationSchool-id}/classes", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClass", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91526,20 +91693,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolClassCount", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClassByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91566,19 +91732,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolCount", + "Uri": "/education/schools/{educationSchool-id}/classes/$count", "ApiReferenceLink": null, - "Uri": "/education/schools/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClassCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91605,19 +91772,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", - "Uri": "/education/schools/delta", - "ApiVersion": "beta", + "Uri": "/education/schools/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91676,19 +91843,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolUser", - "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/users", - "ApiVersion": "beta", + "Uri": "/education/schools/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Delta" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91707,19 +91874,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolUserByRef", + "Uri": "/education/schools/{educationSchool-id}/users", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91738,20 +91905,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolUserCount", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/users/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUserByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91770,20 +91936,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfile", + "Uri": "/education/schools/{educationSchool-id}/users/$count", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUserCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91818,19 +91984,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91865,19 +92032,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileCount", + "Uri": "/education/synchronizationProfiles", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91912,34 +92079,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileError", + "Uri": "/education/synchronizationProfiles/$count", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationError" + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileError", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91974,20 +92141,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSynchronizationError" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -92022,20 +92188,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileStatus", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", "Permissions": [ { "Name": "EduAdministration.Read", @@ -92070,22 +92236,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUser", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92112,19 +92276,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUser", + "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": null, - "Uri": "/education/users", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92143,34 +92310,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignment", + "Uri": "/education/users", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgBetaEducationUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92237,78 +92404,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "CommandAlias": null, + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92375,461 +92541,462 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/users/{educationUser-id}/assignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentRubric", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaEducationUserClass", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/classes", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Education", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92856,20 +93023,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserClassCount", + "Uri": "/education/users/{educationUser-id}/classes", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/classes/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationUserClass", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92896,19 +93062,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserCount", + "Uri": "/education/users/{educationUser-id}/classes/$count", "ApiReferenceLink": null, - "Uri": "/education/users/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationUserClassCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92927,19 +93094,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", - "Uri": "/education/users/delta", - "ApiVersion": "beta", + "Uri": "/education/users/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationUserCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92998,93 +93165,93 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" + "CommandAlias": null, + "Uri": "/education/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaEducationUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "GET", + "Command": "Get-MgBetaEducationUserRubric", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "GET", + "Command": "Get-MgBetaEducationUserRubric", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserRubricCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserRubricCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserSchool", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaEducationUserSchool", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/schools", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Education", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93111,20 +93278,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserSchoolCount", + "Uri": "/education/users/{educationUser-id}/schools", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/schools/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationUserSchool", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93151,63 +93317,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/users/{educationUser-id}/schools/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserSchoolCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaEducationUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaEducationUserTaughtClass", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Education", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93234,20 +93401,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEducationUserTaughtClassCount", + "Uri": "/education/users/{educationUser-id}/taughtClasses", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Get-MgBetaEducationUserTaughtClass", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93274,20 +93440,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEducationUserTaughtClassCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93306,19 +93472,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93337,20 +93504,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "ApiVersion": "beta", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93369,34 +93535,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "ApiVersion": "beta", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Method": "POST", + "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93415,50 +93582,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93477,19 +93643,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93508,20 +93675,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93540,19 +93706,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93571,19 +93738,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93602,78 +93769,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionHandler" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionHandler" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Permissions": [ + { + "Name": "EntitlementManagement.Read.All", + "Description": "Read all entitlement management resources", + "FullDescription": "Allows the app to read access packages and related entitlement management resources without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EntitlementManagement.ReadWrite.All", + "Description": "Read and write all entitlement management resources", + "FullDescription": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93692,19 +93890,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93723,19 +93921,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93754,20 +93952,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93786,19 +93984,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93817,19 +94015,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93848,20 +94046,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93880,19 +94078,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93911,20 +94109,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93943,19 +94141,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93974,19 +94172,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94005,19 +94203,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageResource" - }, - { "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ], "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94036,33 +94248,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", - "ApiVersion": "beta", - "Variants": [ - "List" - ], "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", - "ApiVersion": "beta", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94081,20 +94279,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94113,19 +94311,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94144,19 +94342,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94175,19 +94373,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94206,19 +94404,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94237,19 +94435,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94268,65 +94466,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [ - { - "Name": "EntitlementManagement.Read.All", - "Description": "Read all entitlement management resources", - "FullDescription": "Allows the app to read access packages and related entitlement management resources without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EntitlementManagement.ReadWrite.All", - "Description": "Read and write all entitlement management resources", - "FullDescription": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94345,63 +94512,62 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94420,19 +94586,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94451,34 +94618,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94497,34 +94664,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94543,19 +94710,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94574,20 +94741,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94606,19 +94772,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94637,34 +94804,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94683,35 +94850,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94730,19 +94896,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConnectedOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94761,19 +94928,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConnectedOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94792,19 +94959,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94823,19 +94990,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94854,20 +95021,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94886,19 +95052,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94917,19 +95084,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94948,20 +95115,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94980,19 +95146,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementSetting", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/settings", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95011,165 +95178,164 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementSubjectCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubjectCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternal", - "ApiReferenceLink": null, "Uri": "/external", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternal" + "Method": "GET", + "Command": "Get-MgBetaExternal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalAuthorizationSystemCount", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataCollectionInfo" + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnection", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95196,19 +95362,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": null, - "Uri": "/external/connections", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95235,19 +95402,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionCount", + "Uri": "/external/connections", "ApiReferenceLink": null, - "Uri": "/external/connections/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalConnection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95274,20 +95441,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionGroup", + "Uri": "/external/connections/$count", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -95314,93 +95480,93 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" - }, - { "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/external/connections/{externalConnection-id}/groups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionGroupCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionGroupMemberCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupMemberCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -95427,108 +95593,108 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" - }, - { "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/external/connections/{externalConnection-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionItemActivityCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionItemCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95555,64 +95721,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionOperationCount", + "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionQuota", + "Uri": "/external/connections/{externalConnection-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/quota", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/quota", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionQuota", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95639,34 +95805,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryData", + "Uri": "/external/connections/{externalConnection-id}/schema", "ApiReferenceLink": null, - "Uri": "/external/industryData", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoot" + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataConnector", + "Uri": "/external/industryData", "ApiReferenceLink": null, - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryData", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95685,19 +95851,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", "ApiReferenceLink": null, - "Uri": "/external/industryData/dataConnectors", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95716,19 +95883,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataConnectorCount", + "Uri": "/external/industryData/dataConnectors", "ApiReferenceLink": null, - "Uri": "/external/industryData/dataConnectors/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95747,35 +95914,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", + "Uri": "/external/industryData/dataConnectors/$count", "ApiReferenceLink": null, - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnectorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", "ApiReferenceLink": null, - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95794,19 +95960,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", "ApiReferenceLink": null, - "Uri": "/external/industryData/inboundFlows", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95825,19 +95992,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", + "Uri": "/external/industryData/inboundFlows", "ApiReferenceLink": null, - "Uri": "/external/industryData/inboundFlows/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95856,20 +96023,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", + "Uri": "/external/industryData/inboundFlows/$count", "ApiReferenceLink": null, - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95888,20 +96054,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", "ApiReferenceLink": null, - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -95920,341 +96086,341 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataOperation", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", "ApiReferenceLink": null, - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], + "CommandAlias": null, "Uri": "/external/industryData/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataOperationCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRun", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/{industryDataRun-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRun" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRun", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRun", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRun" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRun", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRunActivity" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRunActivity" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRunCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataRunStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", + "Module": "Beta.Search", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRunStatistics" + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunStatistics", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Search", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96273,19 +96439,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", "ApiReferenceLink": null, - "Uri": "/external/industryData/sourceSystems", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96304,19 +96471,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", + "Uri": "/external/industryData/sourceSystems", "ApiReferenceLink": null, - "Uri": "/external/industryData/sourceSystems/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96335,20 +96502,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataYear", + "Uri": "/external/industryData/sourceSystems/$count", "ApiReferenceLink": null, - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96367,19 +96533,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataYear", + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", "ApiReferenceLink": null, - "Uri": "/external/industryData/years", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96398,19 +96565,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataYearCount", + "Uri": "/external/industryData/years", "ApiReferenceLink": null, - "Uri": "/external/industryData/years/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96429,3908 +96596,3907 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/external/industryData/years/$count", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYearCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinancials", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancial", - "ApiReferenceLink": null, "Uri": "/financials", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinancials" + "Method": "GET", + "Command": "Get-MgBetaFinancial", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompany", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompany", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompany" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompany", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompany", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompany", - "ApiReferenceLink": null, "Uri": "/financials/companies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompany" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompany", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/accounts/{account-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAccount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/accounts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAccountCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/accounts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAccountCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgedAccountsPayable" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsPayable", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgedAccountsPayable" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgedAccountsReceivable" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgedAccountsReceivable" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCountryRegion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCountryRegion" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCountryRegion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCountryRegion" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCurrencyCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCurrencyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPayment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPayment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPayment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPayment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDimension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyDimension", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphDimension" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDimension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyDimension", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphDimension" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyDimensionCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDimensionValue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphDimensionValue" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimensionValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDimensionValue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensionValues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphDimensionValue" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimensionValue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmployee", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmployee" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmployee", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmployee" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyEmployeeCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphGeneralLedgerEntry" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/generalLedgerEntries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphGeneralLedgerEntry" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanyInformation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanyInformation" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanyInformation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanyInformation" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyInformationCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyInformationPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformationPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItemCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphJournal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournal" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphJournal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournal" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyJournalAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyJournalCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphJournalLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournalLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphJournalLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournalLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyJournalLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalLineCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoice" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoice" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVendor", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemo" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemo" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesInvoice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoice" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesInvoice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoice" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoiceLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoiceLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesOrder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrder" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesOrder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrder" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesOrderLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrderLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesOrderLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrderLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesQuote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuote" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesQuote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuote" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuoteLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuoteLine" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTaxArea", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxArea" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTaxArea", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxArea" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTaxGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxGroup" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTaxGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxGroup" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnitOfMeasure" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnitOfMeasure" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVendor", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVendor", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendorCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", - "Uri": "/groups/{group-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100373,19 +100539,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", - "Uri": "/groups", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100428,19 +100595,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupAcceptedSender", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Group.Read.All", @@ -100459,19 +100626,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupAcceptedSenderByRef", + "Uri": "/groups/{group-id}/acceptedSenders", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSender", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100490,20 +100657,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupAcceptedSenderCount", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSenderByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100522,34 +100688,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/acceptedSenders/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSenderCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -100576,20 +100743,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupAppRoleAssignmentCount", + "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -100616,35 +100782,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Uri": "/groups/getByIds", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaGroupAppRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", - "Uri": "/groups(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "Uri": "/groups/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Get-MgBetaGroupById", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100687,35 +100853,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupCalendar", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaGroupByUniqueName", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendar", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -100750,19 +100916,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -100781,20 +100948,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Uri": "/groups/{group-id}/calendar/events/delta", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ - "Delta", - "DeltaViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -100821,95 +100987,95 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEventDelta", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarPermission", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaGroupCalendarPermission", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarPermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScheduleInformation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/getSchedule", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduleInformation" + "Method": "POST", + "Command": "Get-MgBetaGroupCalendarSchedule", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarView", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/calendar/calendarView", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarView", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupConversation", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -100944,19 +101110,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversation" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupConversation", + "CommandAlias": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -100991,20 +101158,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationCount", + "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101039,20 +101205,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101087,19 +101253,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThread", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101134,20 +101301,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThread", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101182,22 +101348,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101232,19 +101396,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPost" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPost", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101279,34 +101446,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPost" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101341,20 +101508,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttachment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101389,20 +101555,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101437,239 +101603,240 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupCount", - "ApiReferenceLink": null, - "Uri": "/groups/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101712,35 +101879,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupCreatedOnBehalfOf", + "Uri": "/groups/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/createdOnBehalfOf", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDefaultDrive", + "Uri": "/groups/{group-id}/createdOnBehalfOf", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drive", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaGroupCreatedOnBehalfOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -101791,19 +101957,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", - "Uri": "/groups/delta", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/drive", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupDefaultDrive", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101846,34 +102013,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" + "CommandAlias": null, + "Uri": "/groups/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaGroupDrive", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Files", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -101924,167 +102091,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" + "CommandAlias": null, + "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundleContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundleContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBase", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -102135,3006 +102301,3006 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/drives/$count", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveFollowing", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveFollowing", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowing", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowingContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowingContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticTime", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChildCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersionContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticTime", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChildCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersionContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveSpecial", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecial", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveSpecial", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecial", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecialContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecialContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecialCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEndpoint", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [ { "Name": "Group.Read.All", @@ -105153,19 +105319,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEndpoint" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEndpoint", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/endpoints", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [ { "Name": "Group.Read.All", @@ -105184,20 +105351,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEndpoint" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEndpointCount", + "Uri": "/groups/{group-id}/endpoints", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/endpoints/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105216,20 +105382,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEvent", + "CommandAlias": null, + "Uri": "/groups/{group-id}/endpoints/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEndpointCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105264,19 +105430,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEvent", + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -105295,79 +105462,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEventCalendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaGroupEventAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventCount", + "Uri": "/groups/{group-id}/events/{event-id}/calendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/$count", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEventCalendar", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105386,20 +105552,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Uri": "/groups/{group-id}/events/delta", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/events/$count", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -105426,372 +105592,373 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupEventDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupEventExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstance", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaGroupEventInstance", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Calendar", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105810,79 +105977,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceCalendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceCount", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceCalendar", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105901,257 +106067,255 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -106170,19 +106334,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", - "Uri": "/groupLifecyclePolicies", - "ApiVersion": "beta", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -106201,19 +106368,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "ApiVersion": "beta", + "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -106232,19 +106399,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupLifecyclePolicyCount", + "Uri": "/groups/{group-id}/groupLifecyclePolicies", "ApiReferenceLink": null, - "Uri": "/groupLifecyclePolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106263,19 +106430,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMember", + "Uri": "/groupLifecyclePolicies/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106318,193 +106485,193 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/members", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaGroupMemberAsUser", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/user", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberByRef", + "Uri": "/groups/{group-id}/members/user", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/$ref", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106547,20 +106714,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberCount", + "Uri": "/groups/{group-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106603,112 +106769,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberCountAsApplication", + "Uri": "/groups/{group-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/application/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberCountAsDevice", + "Uri": "/groups/{group-id}/members/application/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/device/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberCountAsGroup", + "Uri": "/groups/{group-id}/members/device/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberCountAsOrgContact", + "Uri": "/groups/{group-id}/members/group/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/orgContact/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", + "Uri": "/groups/{group-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberCountAsUser", + "Uri": "/groups/{group-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Uri": "/groups/{group-id}/getMemberGroups", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/members/user/$count", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -106791,22 +106955,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupMemberObject", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/getMemberObjects", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Get-MgBetaGroupMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -106905,34 +107069,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOf", + "Uri": "/groups/{group-id}/getMemberObjects", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaGroupMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOf", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106967,78 +107134,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/memberOf", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -107073,358 +107239,358 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", + "Uri": "/groups/{group-id}/memberOf/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOfCountAsGroup", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseError", + "Uri": "/groups/{group-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseError", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseError", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Notes", + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -107467,19 +107633,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -107522,20 +107689,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebookCount", + "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -107578,22 +107744,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -107636,19 +107800,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebookSection", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -107691,19 +107858,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -107746,20 +107913,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -107802,35 +107968,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteOperationCount", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -107865,19 +108031,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -107912,35 +108079,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenotePageContent", + "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenotePageCount", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePageContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -107975,20 +108141,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -108031,35 +108197,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRecentNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteResource", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteRecentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -108094,35 +108260,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteResourceCount", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/resources/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteResourceContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -108165,19 +108331,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -108220,20 +108387,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionCount", + "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -108276,20 +108442,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -108332,20 +108498,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -108388,22 +108554,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -108446,19 +108610,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -108501,19 +108668,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionPage", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -108548,19 +108715,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwner", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionPage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108603,193 +108770,193 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/owners", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupOwner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsUser", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/user", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerByRef", + "Uri": "/groups/{group-id}/owners/user", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/$ref", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108832,20 +108999,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerCount", + "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108888,110 +109054,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerCountAsApplication", + "Uri": "/groups/{group-id}/owners/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/application/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerCountAsDevice", + "Uri": "/groups/{group-id}/owners/application/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/device/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerCountAsGroup", + "Uri": "/groups/{group-id}/owners/device/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", + "Uri": "/groups/{group-id}/owners/group/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/orgContact/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", + "Uri": "/groups/{group-id}/owners/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerCountAsUser", + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", + "Uri": "/groups/{group-id}/owners/user/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -109018,34 +109184,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPermissionGrant", + "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/permissionGrants", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupPermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109080,20 +109247,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPermissionGrantCount", + "Uri": "/groups/{group-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/permissionGrants/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupPermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109128,35 +109294,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupPhoto", + "CommandAlias": null, + "Uri": "/groups/{group-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photo", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupPermissionGrantCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false @@ -109170,32 +109334,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfilePhoto" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupPhoto", + "CommandAlias": null, + "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photos", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupPhoto", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false @@ -109209,35 +109376,32 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfilePhoto" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPhotoContent", + "Uri": "/groups/{group-id}/photos", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photo/$value", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupPhoto", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false @@ -109251,49 +109415,52 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlanner", + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupPhotoContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlan", + "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Method": "GET", + "Command": "Get-MgBetaGroupPlanner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlan", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -109344,64 +109511,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" + "CommandAlias": null, + "Uri": "/groups/{group-id}/planner/plans", + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerBucket", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanBucket", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "List" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanBucket", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerBucket", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Planner", + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -109452,20 +109618,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "Uri": "/groups/{group-id}/planner/plans/delta", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/planner/plans/$count", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -109484,63 +109650,64 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphPlannerPlan" + "CommandAlias": null, + "Uri": "/groups/{group-id}/planner/plans/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanTask", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "List" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupRejectedSender", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/rejectedSenders", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Group.Read.All", @@ -109559,19 +109726,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupRejectedSenderByRef", + "Uri": "/groups/{group-id}/rejectedSenders", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSender", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109590,20 +109757,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupRejectedSenderCount", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/rejectedSenders/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSenderByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109622,20 +109788,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSetting", + "Uri": "/groups/{group-id}/rejectedSenders/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSenderCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -109670,19 +109836,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectorySetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSetting", + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -109717,20 +109884,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectorySetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSettingCount", + "Uri": "/groups/{group-id}/settings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -109765,8542 +109931,8542 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSite", + "Uri": "/groups/{group-id}/settings/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaGroupSettingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaGroupSite", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/sites", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaGroupSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticTime", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteByPath", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeBase", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeBase", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteDefaultDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDefaultDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDrive", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteDriveCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDriveCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteExternalColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPath", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathOnenote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecycleBin", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBin" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathTermStore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathByPath", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBitlocker", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlocker" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemActivityCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemActivityListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCanvasLayout", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVerticalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageCountAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCountAsSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaGroupSitePermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSitePermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSitePermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecycleBin", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBin" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBin", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecycleBinItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBinItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecycleBinItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBinItem" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSubSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaGroupSubSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSubSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List2" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaGroupSubSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSubSiteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupSubSiteCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Method": "GET", + "Command": "Get-MgBetaGroupTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelFileFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMemberCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTabCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamIncomingChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamMemberCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOwner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOwner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOwnerCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPhoto", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPhotoContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedule" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDayNote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDayNote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/shifts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleShiftCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timesOff", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamTagCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamTagMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamTemplate", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/template", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/templateDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTemplateDefinition", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupThread", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118335,19 +118501,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaGroupThread", + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupThread", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118382,20 +118549,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadCount", + "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupThread", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118430,22 +118596,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPost", + "Uri": "/groups/{group-id}/threads/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118480,19 +118644,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPost" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPost", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118527,34 +118694,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPost" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118589,20 +118756,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttachment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostAttachmentCount", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118637,20 +118803,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostCount", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118685,254 +118851,255 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostMentionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostMentionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMember", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Groups", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -118975,194 +119142,193 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/transitiveMembers", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119205,124 +119371,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", + "Uri": "/groups/{group-id}/transitiveMembers/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/application/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", + "Uri": "/groups/{group-id}/transitiveMembers/application/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/device/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", + "Uri": "/groups/{group-id}/transitiveMembers/device/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", + "Uri": "/groups/{group-id}/transitiveMembers/group/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", + "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOf", + "Uri": "/groups/{group-id}/transitiveMembers/user/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOf", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMemberOf", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119357,78 +119524,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119463,108 +119629,108 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaGroupUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/groups/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaGroupUserOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityApiConnectorCount", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnectorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119583,19 +119749,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119614,34 +119781,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "Uri": "/identity/authenticationEventsFlows", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119660,209 +119827,209 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" + "CommandAlias": null, + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler" + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler" + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", - "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -119881,19 +120048,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", + "Uri": "/identity/authenticationEventsFlows/$count", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -119912,34 +120079,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119958,20 +120125,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -119990,50 +120156,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -120052,19 +120218,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventListeners", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -120083,19 +120250,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", + "Uri": "/identity/authenticationEventListeners", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventListeners/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120114,20 +120281,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlow", + "Uri": "/identity/authenticationEventListeners/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120146,19 +120312,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlow", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120177,19 +120344,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowCount", + "Uri": "/identity/b2cUserFlows", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120208,81 +120375,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/b2cUserFlows/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List", "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120301,19 +120467,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120332,20 +120499,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120364,20 +120530,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120396,19 +120562,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120427,20 +120594,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120459,20 +120625,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120491,20 +120657,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120523,19 +120689,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120554,20 +120721,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120586,20 +120752,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120618,20 +120784,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120650,19 +120816,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120681,20 +120848,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120713,20 +120879,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "ApiVersion": "beta", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120745,35 +120911,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "ApiVersion": "beta", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlow", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120792,19 +120958,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120823,34 +120990,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", + "Uri": "/identity/b2xUserFlows", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120869,81 +121036,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/b2xUserFlows/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List", "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120962,19 +121128,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120993,20 +121160,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121025,20 +121191,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121057,19 +121223,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121088,20 +121255,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121120,20 +121286,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121152,20 +121318,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121184,19 +121350,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121215,20 +121382,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121247,20 +121413,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121279,95 +121445,95 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121386,19 +121552,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121417,20 +121584,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121449,20 +121615,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "ApiVersion": "beta", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121481,49 +121647,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "ApiVersion": "beta", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -121542,19 +121709,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -121573,307 +121740,306 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNamedLocation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphNamedLocation" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNamedLocation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphNamedLocation" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", - "ApiReferenceLink": null, "Uri": "/identity/continuousAccessEvaluationPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy" + "Method": "GET", + "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -121892,19 +122058,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": null, - "Uri": "/identity/customAuthenticationExtensions", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -121923,19 +122090,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", + "Uri": "/identity/customAuthenticationExtensions", "ApiReferenceLink": null, - "Uri": "/identity/customAuthenticationExtensions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -121954,401 +122121,400 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/customAuthenticationExtensions/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122367,19 +122533,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122398,19 +122565,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", + "Uri": "/identityGovernance/accessReviews/definitions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122429,20 +122596,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122461,19 +122627,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122492,34 +122659,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122538,20 +122705,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122570,20 +122736,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122602,20 +122768,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122634,19 +122800,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122665,20 +122832,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122697,94 +122863,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122803,19 +122969,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewStage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122834,20 +123001,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewStage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122866,20 +123032,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122898,19 +123064,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122929,20 +123096,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122961,150 +123127,151 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/policy", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -123123,20 +123290,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/accessReviews/policy", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123155,19 +123321,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123186,19 +123353,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", + "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123217,20 +123384,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123249,19 +123415,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123280,79 +123447,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "CommandAlias": null, + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123371,20 +123537,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123403,19 +123569,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123434,19 +123601,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123465,79 +123632,78 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123556,19 +123722,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123587,19 +123754,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123618,152 +123785,151 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedItemContainer" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123782,19 +123948,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123813,19 +123980,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123844,238 +124011,238 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124094,20 +124261,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124126,79 +124292,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124217,19 +124383,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124248,20 +124415,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124280,34 +124446,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124326,20 +124493,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124358,94 +124524,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124464,19 +124630,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124495,20 +124662,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124527,93 +124693,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124632,19 +124799,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124663,34 +124830,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124709,20 +124876,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124741,20 +124907,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124773,19 +124939,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124804,19 +124971,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124835,34 +125002,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124881,20 +125048,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124913,108 +125079,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125033,20 +125200,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125065,64 +125231,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125141,20 +125308,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125173,94 +125339,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125279,19 +125445,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125310,19 +125477,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125341,196 +125508,196 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125549,20 +125716,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125581,93 +125747,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125686,20 +125853,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125718,19 +125884,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125749,20 +125916,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125781,138 +125947,138 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125931,19 +126097,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125962,20 +126129,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125994,770 +126160,770 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsManagement", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsManagement" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsRequestChange" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsRequestChange" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126776,19 +126942,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126807,34 +126974,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126853,64 +127020,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126929,19 +127095,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126960,34 +127127,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127006,94 +127173,93 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127112,19 +127278,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127143,34 +127310,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127189,94 +127356,93 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127295,19 +127461,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127326,19 +127493,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127357,64 +127524,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127433,19 +127599,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127464,19 +127631,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127495,94 +127662,93 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127601,19 +127767,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127632,19 +127799,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127663,94 +127830,93 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127769,19 +127935,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127800,22 +127967,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "Uri": "/identityGovernance/roleManagementAlerts/alerts", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127834,19 +127998,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127865,34 +128032,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127911,19 +128078,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127942,22 +128109,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127976,19 +128140,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128007,19 +128174,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128038,20 +128205,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128070,19 +128236,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128101,20 +128268,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128133,20 +128299,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128165,315 +128331,315 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLongRunningOperation" - }, - { "CommandAlias": null, + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/roleManagementAlerts/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List", "List1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityProvider", - "ApiReferenceLink": null, - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128492,19 +128658,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityProvider", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": null, - "Uri": "/identity/identityProviders", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityProvider", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128523,19 +128690,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityProviderCount", + "Uri": "/identity/identityProviders", "ApiReferenceLink": null, - "Uri": "/identity/identityProviders/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityProvider", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128554,20 +128721,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlow", + "Uri": "/identity/identityProviders/$count", "ApiReferenceLink": null, - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityProviderCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128586,19 +128752,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlow", + "Uri": "/identity/userFlows/{identityUserFlow-id}", "ApiReferenceLink": null, - "Uri": "/identity/userFlows", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128617,20 +128784,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlowAttribute", + "Uri": "/identity/userFlows", "ApiReferenceLink": null, - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlow", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128649,19 +128815,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": null, - "Uri": "/identity/userFlowAttributes", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128680,19 +128847,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlowAttributeCount", + "Uri": "/identity/userFlowAttributes", "ApiReferenceLink": null, - "Uri": "/identity/userFlowAttributes/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128711,19 +128878,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlowCount", + "Uri": "/identity/userFlowAttributes/$count", "ApiReferenceLink": null, - "Uri": "/identity/userFlows/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttributeCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128742,48 +128909,47 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtection", + "Uri": "/identity/userFlows/$count", "ApiReferenceLink": null, - "Uri": "/informationProtection", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionBitlocker", + "Uri": "/informationProtection", "ApiReferenceLink": null, - "Uri": "/informationProtection/bitlocker", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlocker" + "Method": "GET", + "Command": "Get-MgBetaInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBitlocker", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker", "ApiReferenceLink": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlocker", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -128802,19 +128968,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -128833,19 +129000,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", + "Uri": "/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -128864,77 +129031,76 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -128953,19 +129119,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Uri": "/informationProtection/policy/labels", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -128984,19 +129151,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", + "Uri": "/informationProtection/policy/labels", "ApiReferenceLink": null, - "Uri": "/informationProtection/policy/labels/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129015,63 +129182,62 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/informationProtection/policy/labels/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityLabels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129090,19 +129256,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Uri": "/informationProtection/threatAssessmentRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129121,19 +129288,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", + "Uri": "/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, - "Uri": "/informationProtection/threatAssessmentRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129152,195 +129319,194 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInvitation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Method": "GET", + "Command": "Get-MgBetaInvitation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInvitation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitation", - "ApiReferenceLink": null, "Uri": "/invitations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Method": "GET", + "Command": "Get-MgBetaInvitation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitationCount", - "ApiReferenceLink": null, "Uri": "/invitations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaInvitationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserSponsor", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserSponsor", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -129367,19 +129533,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", - "Uri": "/oauth2PermissionGrants", - "ApiVersion": "beta", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -129406,19 +129573,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOauth2PermissionGrantCount", - "ApiReferenceLink": null, - "Uri": "/oauth2PermissionGrants/$count", - "ApiVersion": "beta", + "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -129445,19 +129612,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOauth2PermissionGrantDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", - "Uri": "/oauth2PermissionGrants/delta", - "ApiVersion": "beta", + "Uri": "/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrantCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -129484,178 +129651,187 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + "CommandAlias": null, + "Uri": "/oauth2PermissionGrants/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrantDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List", "List1", "List2" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List", "List1" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "Get1", @@ -129664,459 +129840,449 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectorGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectorGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectorGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", - "Uri": "/organization/{organization-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -130151,19 +130317,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", - "Uri": "/organization", - "ApiVersion": "beta", + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -130238,20 +130405,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBranding", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding", - "ApiVersion": "beta", + "Uri": "/organization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Permissions": [ { "Name": "User.Read", @@ -130285,6 +130451,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Organization.Read.All", "Description": "Read organization information", @@ -130294,95 +130468,95 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBranding" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", + "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationBranding", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingBannerLogo", + "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingCustomCss", + "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/customCSS", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingBannerLogo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingFavicon", + "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/favicon", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingCustomCss", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", + "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/headerLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingFavicon", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -130416,6 +130590,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Organization.Read.All", "Description": "Read organization information", @@ -130425,19 +130607,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -130471,6 +130654,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Organization.Read.All", "Description": "Read organization information", @@ -130480,20 +130671,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130510,22 +130700,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130542,22 +130748,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -130591,6 +130813,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Organization.Read.All", "Description": "Read organization information", @@ -130600,20 +130830,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", + "Uri": "/organization/{organization-id}/branding/localizations/$count", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130630,22 +130860,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130662,22 +130908,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130694,22 +130956,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130726,22 +131004,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130758,67 +131052,83 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingSquareLogo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaOrganizationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Uri": "/organization/getByIds", - "ApiVersion": "beta", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "ApiVersion": "beta", + "Uri": "/organization/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "Get-MgBetaOrganizationById", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -130837,19 +131147,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -130868,20 +131179,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -130900,19 +131210,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationCount", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", "ApiReferenceLink": null, - "Uri": "/organization/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -130987,113 +131298,112 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/organization/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaOrganizationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaOrganizationExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationExtensionCount", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaOrganizationExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/organization/{organization-id}/getMemberGroups", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaOrganizationMemberGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaOrganizationMemberObject", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/getMemberObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgBetaOrganizationMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnerInformation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationPartnerInformation", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/partnerInformation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnerInformation" + "Method": "GET", + "Command": "Get-MgBetaOrganizationPartnerInformation", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationSetting", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationSettings", "Permissions": [ { "Name": "User.Read", @@ -131112,20 +131422,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationSettingContactInsight", + "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/contactInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "Organization.Read.All", @@ -131144,20 +131454,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInsightsSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationSettingItemInsight", + "Uri": "/organization/{organization-id}/settings/contactInsights", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/itemInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingContactInsight", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "User.Read.All", @@ -131176,20 +131486,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInsightsSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "Uri": "/organization/{organization-id}/settings/itemInsights", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingItemInsight", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", "Permissions": [ { "Name": "Organization.Read.All", @@ -131208,20 +131518,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOrganizationSettingPersonInsight", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "User.Read.All", @@ -131240,237 +131550,237 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInsightsSettings" + "CommandAlias": null, + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingPersonInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaOrganizationUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/organization/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaOrganizationUserOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/room", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoom", - "ApiReferenceLink": null, "Uri": "/places/room", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoomList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoomList" + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoomList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/roomList", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoomList" + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoomListRoomCount", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListRoomCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWorkspace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkspace" + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWorkspace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkspace" + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceCount", - "ApiReferenceLink": null, "Uri": "/places/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPlaceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceCountAsRoom", - "ApiReferenceLink": null, "Uri": "/places/room/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPlaceCountAsRoom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlaceCountAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/roomList/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPlaceCountAsRoomList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlanner", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlanner", - "ApiReferenceLink": null, "Uri": "/planner", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Get" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlanner" + "Method": "GET", + "Command": "Get-MgBetaPlanner", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerBucket", - "ApiReferenceLink": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -131521,82 +131831,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": null, - "Uri": "/planner/buckets", - "ApiVersion": "beta", - "Variants": [ - "List" - ], "Module": "Beta.Planner", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Method": "GET", + "Command": "Get-MgBetaPlannerBucket", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerBucketCount", - "ApiReferenceLink": null, - "Uri": "/planner/buckets/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -131647,19 +131895,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerBucketDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "Uri": "/planner/buckets/delta", - "ApiVersion": "beta", + "Uri": "/planner/buckets", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ - "Delta" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerBucket", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -131710,19 +131958,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerBucketTask", + "Uri": "/planner/buckets/$count", "ApiReferenceLink": null, - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerBucketCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -131773,20 +132021,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerPlan", - "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "ApiVersion": "beta", + "Uri": "/planner/buckets/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerBucketDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -131837,19 +132084,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerPlan", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "ApiReferenceLink": null, - "Uri": "/planner/plans", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerBucketTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -131900,19 +132147,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanBucket", + "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -131963,19 +132211,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanCount", + "Uri": "/planner/plans", "ApiReferenceLink": null, - "Uri": "/planner/plans/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -132026,19 +132274,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "Uri": "/planner/plans/delta", - "ApiVersion": "beta", + "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ - "Delta" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanBucket", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -132089,20 +132337,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanDetail", + "Uri": "/planner/plans/$count", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -132153,19 +132400,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanTask", - "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "ApiVersion": "beta", + "Uri": "/planner/plans/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Delta" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [ { "Name": "Tasks.Read", @@ -132216,20 +132463,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRoster", + "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -132255,6 +132502,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Tasks.ReadWrite.All", "Description": "Read and write all users’ tasks and tasklists", @@ -132264,48 +132527,95 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerRoster" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRoster", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "ApiReferenceLink": null, - "Uri": "/planner/rosters", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerRoster" + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerRoster", + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterCount", + "Uri": "/planner/rosters/{plannerRoster-id}", "ApiReferenceLink": null, - "Uri": "/planner/rosters/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPlannerRoster", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerRoster", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterMember", + "Uri": "/planner/rosters", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], + "Method": "GET", + "Command": "Get-MgBetaPlannerRoster", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/planner/rosters/$count", + "ApiReferenceLink": null, "Module": "Beta.Planner", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Permissions": [ { "Name": "Tasks.Read", @@ -132340,19 +132650,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerRosterMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Permissions": [ { "Name": "Tasks.Read", @@ -132387,20 +132698,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerRosterMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterMemberCount", + "Uri": "/planner/rosters/{plannerRoster-id}/members", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -132435,34 +132745,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterPlan", + "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMemberCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterPlan", + "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/plans", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -132497,20 +132808,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterPlanCount", + "Uri": "/planner/rosters/{plannerRoster-id}/plans", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterPlan", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -132545,20 +132855,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTask", + "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterPlanCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -132609,19 +132919,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTask", + "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -132672,20 +132983,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -132736,20 +133046,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -132800,19 +133110,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskCount", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -132863,19 +133174,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "Uri": "/planner/tasks/delta", - "ApiVersion": "beta", + "Uri": "/planner/tasks/$count", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ - "Delta" + "Get" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -132894,20 +133205,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskDetail", - "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/details", - "ApiVersion": "beta", + "Uri": "/planner/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [ { "Name": "Tasks.Read", @@ -132958,20 +133268,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/details", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -133022,19 +133332,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAccessReviewPolicy", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/policies/accessReviewPolicy", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133053,20 +133364,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/accessReviewPolicy", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAccessReviewPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133093,19 +133403,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133132,63 +133443,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + "CommandAlias": null, + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", - "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -133215,19 +133526,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/adminConsentRequestPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133262,20 +133573,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicy", + "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133302,19 +133612,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133341,34 +133652,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -133403,20 +133714,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -133451,19 +133761,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicyCount", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -133490,19 +133801,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", + "Uri": "/policies/appManagementPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/authenticationFlowsPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133521,77 +133832,76 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + "CommandAlias": null, + "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133618,19 +133928,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133657,63 +133968,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "CommandAlias": null, + "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -133740,34 +134051,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "Uri": "/policies/authenticationStrengthPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133786,19 +134097,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", + "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -133817,78 +134128,77 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/policies/authorizationPolicy/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133915,19 +134225,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -133954,34 +134265,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -134024,20 +134335,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134080,19 +134390,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134119,33 +134430,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", + "Uri": "/policies/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/conditionalAccessPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", + "Uri": "/policies/conditionalAccessPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134164,19 +134475,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", + "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/default", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Permissions": [ { "Name": "Policy.Read.All", @@ -134195,20 +134506,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -134227,19 +134537,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -134258,19 +134569,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", + "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134289,20 +134600,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -134321,19 +134631,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPolicyTemplate", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -134352,47 +134663,47 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPolicyTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": null, - "Uri": "/policies/defaultAppManagementPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134419,19 +134730,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", + "CommandAlias": null, + "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": null, - "Uri": "/policies/deviceRegistrationPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -134458,33 +134769,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", + "Uri": "/policies/deviceRegistrationPolicy", "ApiReferenceLink": null, - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyExternalIdentityPolicy", + "Uri": "/policies/directoryRoleAccessReviewPolicy", "ApiReferenceLink": null, - "Uri": "/policies/externalIdentitiesPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134503,120 +134814,119 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy" + "CommandAlias": null, + "Uri": "/policies/externalIdentitiesPolicy", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyExternalIdentityPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/federatedTokenValidationPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134643,19 +134953,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134682,34 +134993,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -134752,20 +135063,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134808,19 +135118,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134847,34 +135158,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134893,19 +135203,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134924,19 +135235,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", + "Uri": "/policies/mobileAppManagementPolicies", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134955,19 +135266,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", + "Uri": "/policies/mobileAppManagementPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Policy.Read.All", @@ -134986,19 +135297,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135017,20 +135328,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135049,49 +135359,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135110,19 +135420,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135141,19 +135452,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", + "Uri": "/policies/mobileDeviceManagementPolicies", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135172,19 +135483,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", + "Uri": "/policies/mobileDeviceManagementPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Policy.Read.All", @@ -135203,19 +135514,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135234,20 +135545,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135266,49 +135576,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135327,19 +135637,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135358,19 +135669,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", + "Uri": "/policies/permissionGrantPolicies", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135389,34 +135700,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135435,20 +135746,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135467,34 +135777,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135513,20 +135824,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135545,20 +135855,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135601,19 +135911,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135656,20 +135967,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135712,19 +136022,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135767,19 +136078,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", + "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135822,34 +136133,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", + "Uri": "/policies/roleManagementPolicyAssignments/$count", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135892,34 +136203,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135962,20 +136273,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -136018,20 +136328,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -136074,19 +136384,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -136129,20 +136440,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -136185,151 +136495,151 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "ApiReferenceLink": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Permissions": [], "CommandAlias": null, + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/policies/servicePrincipalCreationPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136356,19 +136666,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136395,34 +136706,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -136465,20 +136776,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136521,19 +136831,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136560,20 +136871,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136600,19 +136910,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136639,34 +136950,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -136709,20 +137020,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136765,19 +137075,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136804,34 +137115,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrint", + "Uri": "/policies/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Uri": "/print", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrint" + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintConnector", + "Uri": "/print", "ApiReferenceLink": null, - "Uri": "/print/connectors/{printConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrint", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -136850,19 +137160,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintConnector", + "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Uri": "/print/connectors", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -136881,19 +137192,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintConnectorCount", + "Uri": "/print/connectors", "ApiReferenceLink": null, - "Uri": "/print/connectors/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintConnector", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -136912,20 +137223,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintOperation", + "Uri": "/print/connectors/$count", "ApiReferenceLink": null, - "Uri": "/print/operations/{printOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintConnectorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintOperation", "Permissions": [ { "Name": "Printer.Create", @@ -136952,48 +137262,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintOperation", + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Uri": "/print/operations", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Method": "GET", + "Command": "Get-MgBetaPrintOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintOperationCount", + "Uri": "/print/operations", "ApiReferenceLink": null, - "Uri": "/print/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinter", + "Uri": "/print/operations/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -137044,19 +137354,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinter" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinter", + "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": null, - "Uri": "/print/printers", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinter", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -137083,20 +137394,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinter" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterCapability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", - "Uri": "/print/printers/{printer-id}/getCapabilities", - "ApiVersion": "beta", + "Uri": "/print/printers", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinter", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrinterCapabilities", "Permissions": [ { "Name": "Printer.Read.All", @@ -137123,34 +137433,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinterCapabilities" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterConnector", - "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "ApiVersion": "beta", + "Uri": "/print/printers/{printer-id}/getCapabilities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterCapability", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterConnector", + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/connectors", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -137169,20 +137480,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterConnectorCount", + "Uri": "/print/printers/{printer-id}/connectors", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/connectors/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterConnector", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -137201,19 +137511,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterCount", + "Uri": "/print/printers/{printer-id}/connectors/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterConnectorCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -137240,20 +137551,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJob", + "Uri": "/print/printers/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -137320,19 +137630,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJob", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -137399,20 +137710,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobCount", + "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJob", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -137479,20 +137789,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobDocument", + "Uri": "/print/printers/{printer-id}/jobs/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [ { "Name": "PrintJob.Read", @@ -137527,34 +137837,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintDocument" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobDocument", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobDocumentContent", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -137589,104 +137899,114 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobDocumentCount", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocumentContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobTask", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocumentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], + "CommandAlias": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTaskCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "Get1", @@ -137695,197 +138015,186 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShare", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List", "List1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShare", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedUser", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareCount", - "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/shares/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -137912,212 +138221,213 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJob", + "Uri": "/print/printers/{printer-id}/shares/$count", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], + "CommandAlias": null, "Uri": "/print/printerShares/{printerShare-id}/jobs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterSharePrinter", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/printer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinter" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterSharePrinter", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -138144,19 +138454,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -138183,20 +138494,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", + "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -138223,35 +138533,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintService", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -138422,19 +138732,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintService" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintService", + "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, - "Uri": "/print/services", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintService", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -138605,19 +138916,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintService" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintServiceCount", + "Uri": "/print/services", "ApiReferenceLink": null, - "Uri": "/print/services/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintService", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -138788,20 +139099,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintServiceEndpoint", + "Uri": "/print/services/$count", "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintServiceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -138972,19 +139282,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}/endpoints", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139155,20 +139466,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintServiceEndpointCount", + "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}/endpoints/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139339,20 +139649,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShare", + "Uri": "/print/services/{printService-id}/endpoints/$count", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpointCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139379,19 +139689,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinterShare" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShare", + "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": null, - "Uri": "/print/shares", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShare", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139418,19 +139729,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinterShare" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedGroup", + "Uri": "/print/shares", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShare", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139449,19 +139760,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedGroupByRef", + "Uri": "/print/shares/{printerShare-id}/allowedGroups", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139480,20 +139791,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedGroupCount", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139512,48 +139822,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUser", - "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139572,19 +139883,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUserByRef", + "Uri": "/print/shares/{printerShare-id}/allowedUsers", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139603,20 +139914,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUserCount", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139635,63 +139945,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareCount", - "ApiReferenceLink": null, - "Uri": "/print/shares/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139718,20 +140029,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJob", + "Uri": "/print/shares/$count", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShareCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139798,19 +140108,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJob", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139877,20 +140188,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobCount", + "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJob", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139957,153 +140267,153 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobDocument", + "Uri": "/print/shares/{printerShare-id}/jobs/$count", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], + "CommandAlias": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocument", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocumentContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobDocumentCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocumentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskTrigger", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintSharePrinter", - "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/printer", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -140130,124 +140440,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinter" + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/printer", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaPrintSharePrinter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, - "Uri": "/print/taskDefinitions", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintTaskDefinitionCount", - "ApiReferenceLink": null, - "Uri": "/print/taskDefinitions/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Permissions": [], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintTaskDefinitionTask", + "Uri": "/print/taskDefinitions", "ApiReferenceLink": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintTaskDefinitionTask", + "Uri": "/print/taskDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "List" + ], "Method": "GET", - "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", + "Command": "Get-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", "ApiReferenceLink": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140266,19 +140576,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140297,195 +140608,195 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "CommandAlias": null, + "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", - "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140504,34 +140815,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "Uri": "/privacy/subjectRightsRequests/$count", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140550,20 +140861,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthoredNote" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Compliance", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140582,1158 +140892,1159 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccess", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccess" + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Permissions": [], "CommandAlias": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Permissions": [], + "CommandAlias": null, "Uri": "/privilegedAccess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccess" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccess", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceParent", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceParent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApprovalCount", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApprovalRequest", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/request", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedOperationEventCount", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedOperationEventCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Permissions": [], + "CommandAlias": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Uri": "/privilegedRoleAssignmentRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Permissions": [ { "Name": "Directory.Read.All", @@ -141752,19 +142063,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", + "Uri": "/privilegedRoleAssignmentRequests", "ApiReferenceLink": null, - "Uri": "/privilegedRoleAssignmentRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -141783,288 +142094,288 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/privilegedRoleAssignmentRequests/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List", "List1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgram", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaProgram", - "ApiReferenceLink": null, "Uri": "/programs/{program-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", - "Uri": "/programs", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProgram", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142083,15 +142394,24 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProgram" + "CommandAlias": null, + "Uri": "/programs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaProgram", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgramControl", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaProgramControl", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", @@ -142100,23 +142420,12 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControl" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", - "Uri": "/programControls", - "ApiVersion": "beta", - "Variants": [ - "List", - "List1", - "List2" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProgramControl", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142135,23 +142444,21 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProgramControl" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaProgramControlCount", - "ApiReferenceLink": null, - "Uri": "/programControls/$count", - "ApiVersion": "beta", + "Uri": "/programControls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "Get1", - "Get2", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1", + "List2" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaProgramControl", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142170,51 +142477,55 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaProgramControlProgram", + "Uri": "/programControls/$count", "ApiReferenceLink": null, - "Uri": "/programControls/{programControl-id}/program", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", + "Get2", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Method": "GET", + "Command": "Get-MgBetaProgramControlCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgram", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaProgramControlType", + "Uri": "/programControls/{programControl-id}/program", "ApiReferenceLink": null, - "Uri": "/programControlTypes/{programControlType-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControlType" + "Method": "GET", + "Command": "Get-MgBetaProgramControlProgram", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgramControlType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaProgramControlType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", - "Uri": "/programControlTypes", - "ApiVersion": "beta", + "Uri": "/programControlTypes/{programControlType-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaProgramControlType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProgramControlType", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142233,19 +142544,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProgramControlType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaProgramControlTypeCount", - "ApiReferenceLink": null, - "Uri": "/programControlTypes/$count", - "ApiVersion": "beta", + "Uri": "/programControlTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaProgramControlType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142264,19 +142575,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaProgramCount", + "Uri": "/programControlTypes/$count", "ApiReferenceLink": null, - "Uri": "/programs/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaProgramControlTypeCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142295,162 +142606,161 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/programs/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaProgramCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "ApiReferenceLink": null, "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity" + "Method": "GET", + "Command": "Get-MgBetaReportAppCredentialSignInActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "ApiReferenceLink": null, "Uri": "/reports/appCredentialSignInActivities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity" + "Method": "GET", + "Command": "Get-MgBetaReportAppCredentialSignInActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/appCredentialSignInActivities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "ApiReferenceLink": null, "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary" + "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "ApiReferenceLink": null, "Uri": "/reports/applicationSignInDetailedSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary" + "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", - "ApiReferenceLink": null, "Uri": "/reports/applicationSignInDetailedSummary/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", "Uri": "/reports/getAttackSimulationRepeatOffenders", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" + "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", "Uri": "/reports/getAttackSimulationTrainingUserCoverage", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" + "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAttackSimulationUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", "Uri": "/reports/getAttackSimulationSimulationUserCoverage", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" + "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationUserCoverage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot" + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethod", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Reports", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -142469,19 +142779,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -142500,19 +142811,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Reports", + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -142531,3300 +142842,3299 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplicationSignInSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationSignInSummary" + "Method": "GET", + "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportBrowserDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportBrowserDistributionUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportBrowserUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getBrowserUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportBrowserUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportBrowserUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getBrowserUserDetail(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportBrowserUserDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportCredentialUsageSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", "Uri": "/reports/getCredentialUsageSummary(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCredentialUsageSummary" + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUsageSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportCredentialUserRegistrationCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", "Uri": "/reports/getCredentialUserRegistrationCount", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount" + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails" + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/credentialUserRegistrationDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails" + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", - "ApiReferenceLink": null, "Uri": "/reports/credentialUserRegistrationDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsage", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsage/{printUsage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsage" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsage", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsage", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsage" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsage/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByPrinter", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", - "ApiReferenceLink": null, "Uri": "/reports/deviceConfigurationDeviceActivity", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Device" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", - "ApiReferenceLink": null, "Uri": "/reports/deviceConfigurationUserActivity", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Device" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportEmailActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportEmailActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportEmailActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportEmailAppUsageUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportEmailAppUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportFormUserActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportFormUserActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportFormUserActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportFormUserActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportFormUserActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportFormUserActivityUserDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportGroupArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Method": "GET", + "Command": "Get-MgBetaReportGroupArchivedPrintJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportM365AppPlatformUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportM365AppPlatformUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportM365AppUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportM365AppUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportM365AppUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getM365AppUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportM365AppUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMailboxUsageDetail", - "ApiReferenceLink": null, "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMailboxUsageMailboxCount", - "ApiReferenceLink": null, "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageMailboxCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", - "ApiReferenceLink": null, "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMailboxUsageStorage", - "ApiReferenceLink": null, "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageStorage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Detail", "DetailViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Managed", "ManagedViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentFailureTrends", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Managed" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365ActivationCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActivationCounts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365ActivationUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActivationsUserCounts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365ActivationUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActivationsUserDetail", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationUserDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365ActiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts" + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActiveUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365ActiveUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail" + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActiveUserDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365GroupActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts" + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365GroupActivityDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail" + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts" + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts" + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365GroupActivityStorage", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage" + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityStorage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOffice365ServiceUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts" + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ServiceUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOneDriveActivityFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityFileCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOneDriveActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOneDriveActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOneDriveUsageAccountCount", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageAccountCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOneDriveUsageFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageFileCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportOneDriveUsageStorage", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageStorage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartners", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartner", - "ApiReferenceLink": null, "Uri": "/reports/partners", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartners" + "Method": "GET", + "Command": "Get-MgBetaReportPartner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBilling", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBilling" + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBilling", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingManifestCount", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingManifestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingOperationCount", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingReconciliation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingUsage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingUsageBilled", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportPrinterArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Method": "GET", + "Command": "Get-MgBetaReportPrinterArchivedPrintJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary" + "Method": "GET", + "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSecurity", - "ApiReferenceLink": null, "Uri": "/reports/security", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSecurity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" + "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" + "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" + "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServiceActivity", - "ApiReferenceLink": null, "Uri": "/reports/serviceActivity", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "ApiReferenceLink": null, "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity" + "Method": "GET", + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "ApiReferenceLink": null, "Uri": "/reports/servicePrincipalSignInActivities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity" + "Method": "GET", + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/servicePrincipalSignInActivities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointActivityFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityFileCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointActivityPage", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointSiteUsageDetail", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointSiteUsagePage", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsagePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSharePointSiteUsageStorage", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageStorage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSla", - "ApiReferenceLink": null, "Uri": "/reports/sla", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot" + "Method": "GET", + "Command": "Get-MgBetaReportSla", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/sla/azureADAuthentication", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAzureAdAuthentication" + "Method": "GET", + "Command": "Get-MgBetaReportSlaAzureAdAuthentication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamActivityDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamActivityDistributionCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityDistributionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamUserActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamUserActivityTotalCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamUserActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportTeamUserActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityUserDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Method": "GET", + "Command": "Get-MgBetaReportUserArchivedPrintJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "ApiReferenceLink": null, "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails" + "Method": "GET", + "Command": "Get-MgBetaReportUserCredentialUsageDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "ApiReferenceLink": null, "Uri": "/reports/userCredentialUsageDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails" + "Method": "GET", + "Command": "Get-MgBetaReportUserCredentialUsageDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", - "ApiReferenceLink": null, "Uri": "/reports/userCredentialUsageDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserInsightsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsight", - "ApiReferenceLink": null, "Uri": "/reports/userInsights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInsightsRoot" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDaily", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsersBreakdown", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdownCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsersBreakdown/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdownCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationsMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/authentications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationsMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/authentications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMfaCompletionMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/mfaCompletions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMfaCompletionMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/mfaCompletions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailySignUp", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSignUpMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySignUp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailySignUp", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/signUps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSignUpMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySignUp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailySignUpCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/signUps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySignUpCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInsightSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailySummary", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightSummary" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInsightSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailySummary", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightSummary" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailySummaryCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/summary/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySummaryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserCountMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserCountMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserCountMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/userCount", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserCountMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthly", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsersBreakdown", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdownCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdownCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationsMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/authentications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationsMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/authentications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMfaCompletionMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/mfaCompletions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMfaCompletionMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRequestsMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/requests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRequestsMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/requests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSignUpMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/signUps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSignUpMetric" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/signUps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInsightSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightSummary" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInsightSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightSummary" + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/summary/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerGroupActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerGroupActivityDetail", - "ApiReferenceLink": null, "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Method": "GET", + "Command": "Get-MgBetaRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Method": "GET", + "Command": "Get-MgBetaRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskDetectionCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRiskDetectionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145843,19 +146153,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145874,19 +146185,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipalCount", + "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145905,34 +146216,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/$count", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145951,20 +146262,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145983,63 +146293,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyUser", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyUser", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Method": "GET", + "Command": "Get-MgBetaRiskyUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyUserCount", + "Uri": "/identityProtection/riskyUsers", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRiskyUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/$count", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaRiskyUserCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -146058,19 +146368,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -146089,20 +146400,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRiskyUserHistoryCount", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -146121,19 +146431,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagement", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistoryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -146168,151 +146479,150 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleManagement" + "CommandAlias": null, + "Uri": "/roleManagement", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPc", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -146347,19 +146657,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -146394,63 +146705,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + "CommandAlias": null, + "Uri": "/roleManagement/cloudPC/roleAssignments", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -146485,123 +146796,122 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/cloudPC/roleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -146708,19 +147018,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -146827,19 +147138,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", + "Uri": "/roleManagement/cloudPC/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -146946,48 +147257,48 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagement", - "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -147022,137 +147333,136 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple" + "CommandAlias": null, + "Uri": "/roleManagement/deviceManagement", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -147187,19 +147497,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -147234,63 +147545,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + "CommandAlias": null, + "Uri": "/roleManagement/deviceManagement/roleAssignments", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -147325,123 +147636,122 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -147548,19 +147858,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -147667,19 +147978,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -147786,63 +148097,102 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectory", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [ + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read all directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write all directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "RoleManagement.Read.All", + "Description": "Read role management data for all RBAC providers", + "FullDescription": "Allows the app to read role-based access control (RBAC) settings for all RBAC providers without a signed-in user. This includes reading role definitions and role assignments.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -147869,19 +148219,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -147908,19 +148258,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -147947,20 +148297,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -147987,74 +148337,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [ - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read all directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write all directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "RoleManagement.Read.All", - "Description": "Read role management data for all RBAC providers", - "FullDescription": "Allows the app to read role-based access control (RBAC) settings for all RBAC providers without a signed-in user. This includes reading role definitions and role assignments.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148081,35 +148391,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148152,19 +148462,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148207,121 +148518,121 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148364,65 +148675,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignments/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148465,19 +148775,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148520,49 +148831,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148605,35 +148916,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148676,19 +148986,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148731,49 +149042,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148816,80 +149127,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148932,19 +149242,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148987,49 +149298,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -149072,95 +149383,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149203,19 +149513,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149258,19 +149569,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", + "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149313,64 +149624,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149413,19 +149723,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149468,34 +149779,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149538,35 +149849,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149609,19 +149919,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149664,34 +149975,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149734,80 +150045,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149850,19 +150160,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149905,34 +150216,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149975,109 +150286,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150112,34 +150423,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/transitiveRoleAssignments", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150174,1440 +150485,1439 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -151666,19 +151976,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -151737,121 +152048,121 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "CommandAlias": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -151910,434 +152221,433 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -152444,19 +152754,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -152563,19 +152874,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -152682,505 +152993,504 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchange", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacApplication" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchange", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphCustomAppScope", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153207,19 +153517,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomAppScope" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/customAppScopes", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCustomAppScope", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153246,19 +153557,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomAppScope" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", + "Uri": "/roleManagement/exchange/customAppScopes", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/customAppScopes/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153285,137 +153596,136 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/exchange/customAppScopes/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], + "CommandAlias": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153458,19 +153768,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153513,34 +153824,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "Uri": "/roleManagement/exchange/roleAssignments", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153583,65 +153894,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", + "Uri": "/roleManagement/exchange/roleAssignments/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153700,19 +154010,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153771,19 +154082,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", + "Uri": "/roleManagement/exchange/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153842,152 +154153,151 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/exchange/roleDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -154006,19 +154316,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSchemaExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", - "Uri": "/schemaExtensions", - "ApiVersion": "beta", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", + "Module": "Beta.SchemaExtensions", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.SchemaExtensions", + "Method": "GET", + "Command": "Get-MgBetaSchemaExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -154037,19 +154348,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSchemaExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSchemaExtensionCount", - "ApiReferenceLink": null, - "Uri": "/schemaExtensions/$count", - "ApiVersion": "beta", + "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", + "Module": "Beta.SchemaExtensions", "Variants": [ - "Get" + "List" ], - "Module": "Beta.SchemaExtensions", + "Method": "GET", + "Command": "Get-MgBetaSchemaExtension", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -154068,20 +154379,19 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchAcronym", + "Uri": "/schemaExtensions/$count", "ApiReferenceLink": null, - "Uri": "/search/acronyms/{acronym-id}", - "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSchemaExtensionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154100,19 +154410,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchAcronym" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchAcronym", + "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": null, - "Uri": "/search/acronyms", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSearchAcronym", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154131,19 +154442,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchAcronym" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchAcronymCount", + "Uri": "/search/acronyms", "ApiReferenceLink": null, - "Uri": "/search/acronyms/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSearchAcronym", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154162,20 +154473,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchBookmark", + "Uri": "/search/acronyms/$count", "ApiReferenceLink": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSearchAcronymCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154194,19 +154504,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchBookmark" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchBookmark", + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": null, - "Uri": "/search/bookmarks", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSearchBookmark", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154225,19 +154536,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchBookmark" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchBookmarkCount", + "Uri": "/search/bookmarks", "ApiReferenceLink": null, - "Uri": "/search/bookmarks/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSearchBookmark", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154256,34 +154567,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchEntity", + "Uri": "/search/bookmarks/$count", "ApiReferenceLink": null, - "Uri": "/search", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchEntity" + "Method": "GET", + "Command": "Get-MgBetaSearchBookmarkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSearchEntity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchQna", + "Uri": "/search", "ApiReferenceLink": null, - "Uri": "/search/qnas/{qna-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSearchEntity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154302,19 +154612,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchQna" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchQna", + "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": null, - "Uri": "/search/qnas", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSearchQna", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154333,19 +154644,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchQna" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSearchQnaCount", + "Uri": "/search/qnas", "ApiReferenceLink": null, - "Uri": "/search/qnas/$count", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Search", + "Method": "GET", + "Command": "Get-MgBetaSearchQna", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154364,20 +154675,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAction", + "Uri": "/search/qnas/$count", "ApiReferenceLink": null, - "Uri": "/security/securityActions/{securityAction-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSearchQnaCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityAction", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -154396,19 +154706,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAction" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAction", + "Uri": "/security/securityActions/{securityAction-id}", "ApiReferenceLink": null, - "Uri": "/security/securityActions", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityAction", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -154427,19 +154738,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAction" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityActionCount", + "Uri": "/security/securityActions", "ApiReferenceLink": null, - "Uri": "/security/securityActions/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAction", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -154458,20 +154769,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAlert", + "Uri": "/security/securityActions/$count", "ApiReferenceLink": null, - "Uri": "/security/alerts/{alert-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityActionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -154490,19 +154800,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAlert", + "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": null, - "Uri": "/security/alerts", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlert", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -154521,19 +154832,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAlertCount", + "Uri": "/security/alerts", "ApiReferenceLink": null, - "Uri": "/security/alerts/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlert", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -154552,20 +154863,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAlertV2", + "Uri": "/security/alerts/$count", "ApiReferenceLink": null, - "Uri": "/security/alerts_v2/{alert-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlertCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -154584,19 +154894,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAlertV2", + "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": null, - "Uri": "/security/alerts_v2", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -154615,19 +154926,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAlertV2Count", + "Uri": "/security/alerts_v2", "ApiReferenceLink": null, - "Uri": "/security/alerts_v2/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get1" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -154646,604 +154957,603 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/alerts_v2/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get1" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2Count", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulation" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingCampaign" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingCampaign" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLog", - "ApiReferenceLink": null, "Uri": "/security/auditLog", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLog", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155302,19 +155612,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQuery", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", "ApiReferenceLink": null, - "Uri": "/security/auditLog/queries", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155373,19 +155684,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQueryCount", + "Uri": "/security/auditLog/queries", "ApiReferenceLink": null, - "Uri": "/security/auditLog/queries/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155444,34 +155755,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "Uri": "/security/auditLog/queries/$count", "ApiReferenceLink": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", "ApiReferenceLink": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155530,20 +155841,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", "ApiReferenceLink": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155602,34 +155912,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCase", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", "ApiReferenceLink": null, - "Uri": "/security/cases", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCasesRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "Uri": "/security/cases", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCase", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155648,19 +155958,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155679,19 +155990,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", + "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155710,20 +156021,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155742,19 +156052,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155773,20 +156084,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155805,20 +156115,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155837,34 +156147,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155883,20 +156194,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155915,49 +156225,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155976,20 +156287,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156008,78 +156318,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Security", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156098,20 +156409,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156130,20 +156440,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156162,19 +156472,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156193,20 +156504,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156225,93 +156535,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], + "CommandAlias": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Security", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156330,20 +156641,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156362,20 +156672,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156394,78 +156704,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" - }, - { "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], + "CommandAlias": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Security", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156484,20 +156795,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156516,20 +156826,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156548,19 +156858,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156579,20 +156890,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156611,20 +156921,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156643,19 +156953,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156674,35 +156985,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156721,20 +157031,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156753,35 +157063,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156800,49 +157110,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156861,19 +157171,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156892,20 +157203,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156924,20 +157234,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156956,19 +157266,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156987,79 +157298,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157078,64 +157388,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157154,64 +157464,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157230,20 +157540,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157262,19 +157572,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157293,64 +157604,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157369,92 +157679,92 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "ApiReferenceLink": null, - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "ApiReferenceLink": null, - "Uri": "/security/cloudAppSecurityProfiles", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", + "Uri": "/security/cloudAppSecurityProfiles", "ApiReferenceLink": null, - "Uri": "/security/cloudAppSecurityProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCollaboration", + "Uri": "/security/cloudAppSecurityProfiles/$count", "ApiReferenceLink": null, - "Uri": "/security/collaboration", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "Uri": "/security/collaboration", "ApiReferenceLink": null, - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCollaboration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -157473,19 +157783,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", "ApiReferenceLink": null, - "Uri": "/security/collaboration/analyzedEmails", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -157504,19 +157815,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", + "Uri": "/security/collaboration/analyzedEmails", "ApiReferenceLink": null, - "Uri": "/security/collaboration/analyzedEmails/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -157535,206 +157846,205 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/collaboration/analyzedEmails/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphFileSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphFileSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityFileSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityFileSecurityProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphHostSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphHostSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityHostSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityHostSecurityProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIdentity", - "ApiReferenceLink": null, "Uri": "/security/identities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIdentityContainer" + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHealthIssue" + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHealthIssue" + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIncident", - "ApiReferenceLink": null, - "Uri": "/security/incidents/{incident-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -157753,19 +158063,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityIncident" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIncident", + "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": null, - "Uri": "/security/incidents", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityIncident", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -157784,78 +158095,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityIncident" + "CommandAlias": null, + "Uri": "/security/incidents", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityIncident", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIncidentAlert", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIncidentAlert", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlert", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIncidentAlertCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlertCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIncidentCount", - "ApiReferenceLink": null, - "Uri": "/security/incidents/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -157874,33 +158185,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtection", + "Uri": "/security/incidents/$count", "ApiReferenceLink": null, - "Uri": "/security/informationProtection", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtection" + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", + "Uri": "/security/informationProtection", "ApiReferenceLink": null, - "Uri": "/security/informationProtection/labelPolicySettings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -157919,20 +158230,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "Uri": "/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -157951,19 +158261,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Uri": "/security/informationProtection/sensitivityLabels", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -157982,19 +158293,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", + "Uri": "/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Uri": "/security/informationProtection/sensitivityLabels/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -158013,366 +158324,365 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphIPSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphIPSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityIPSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelAuthorityCount", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelAuthorityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCategoryCount", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCitation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCitation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelCitationCount", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCitationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelDepartmentCount", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelDepartmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionEventType", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -158391,19 +158701,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -158422,19 +158733,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", + "Uri": "/security/labels/retentionLabels", "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -158453,211 +158764,210 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/labels/retentionLabels/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphProviderTenantSetting" + "Method": "GET", + "Command": "Get-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphProviderTenantSetting" + "Method": "GET", + "Command": "Get-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityProviderTenantSettingCount", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityProviderTenantSettingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityRule", - "ApiReferenceLink": null, "Uri": "/security/rules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRulesRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityRule", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, - "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityDetectionRule", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -158676,19 +158986,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityDetectionRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityRuleDetectionRule", + "Uri": "/security/rules/detectionRules/{detectionRule-id}", "ApiReferenceLink": null, - "Uri": "/security/rules/detectionRules", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityDetectionRule", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -158707,19 +159018,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityDetectionRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", + "Uri": "/security/rules/detectionRules", "ApiReferenceLink": null, - "Uri": "/security/rules/detectionRules/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -158738,20 +159049,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScore", + "Uri": "/security/rules/detectionRules/$count", "ApiReferenceLink": null, - "Uri": "/security/secureScores/{secureScore-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158770,19 +159080,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecureScore" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScore", + "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, - "Uri": "/security/secureScores", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158801,20 +159112,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecureScore" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "Uri": "/security/secureScores", "ApiReferenceLink": null, - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158833,19 +159143,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": null, - "Uri": "/security/secureScoreControlProfiles", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158864,19 +159175,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", + "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": null, - "Uri": "/security/secureScoreControlProfiles/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158895,19 +159206,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScoreCount", + "Uri": "/security/secureScoreControlProfiles/$count", "ApiReferenceLink": null, - "Uri": "/security/secureScores/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158926,20 +159237,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "Uri": "/security/secureScores/$count", "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -158958,19 +159268,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -158989,195 +159300,195 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "CommandAlias": null, + "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", - "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -159196,20 +159507,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "ApiVersion": "beta", + "Uri": "/security/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -159228,49 +159538,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "ApiVersion": "beta", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "beta", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -159289,20 +159600,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthoredNote" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -159321,666 +159631,676 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostReputation" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", @@ -159989,858 +160309,848 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmission", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -160875,19 +161185,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/emailThreats", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -160922,19 +161233,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", + "Uri": "/security/threatSubmission/emailThreats", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/emailThreats/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -160969,20 +161280,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreats/$count", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161025,19 +161335,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161080,19 +161391,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161135,20 +161446,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161183,19 +161493,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/fileThreats", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161230,19 +161541,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", + "Uri": "/security/threatSubmission/fileThreats", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/fileThreats/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161277,20 +161588,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "Uri": "/security/threatSubmission/fileThreats/$count", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161325,19 +161635,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/urlThreats", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161372,19 +161683,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", + "Uri": "/security/threatSubmission/urlThreats", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/urlThreats/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161419,77 +161730,76 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/threatSubmission/urlThreats/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators/{tiIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTiIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicatorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityTrigger", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161508,19 +161818,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": null, - "Uri": "/security/triggers/retentionEvents", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161539,19 +161850,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", + "Uri": "/security/triggers/retentionEvents", "ApiReferenceLink": null, - "Uri": "/security/triggers/retentionEvents/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161570,20 +161881,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerRetentionEventType", + "Uri": "/security/triggers/retentionEvents/$count", "ApiReferenceLink": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161602,34 +161912,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerType", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "ApiReferenceLink": null, - "Uri": "/security/triggerTypes", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEventType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes", "ApiReferenceLink": null, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161648,19 +161958,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": null, - "Uri": "/security/triggerTypes/retentionEventTypes", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161679,19 +161990,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", + "Uri": "/security/triggerTypes/retentionEventTypes", "ApiReferenceLink": null, - "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161710,310 +162021,309 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSecurityProfile" + "Method": "GET", + "Command": "Get-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityUserSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSecurityUserSecurityProfileCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssueCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServiceAnnouncementMessageCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -162056,19 +162366,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", - "Uri": "/servicePrincipals", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -162111,78 +162422,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" + "CommandAlias": null, + "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Applications", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -162225,20 +162536,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -162281,34 +162591,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -162351,20 +162662,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -162407,20 +162717,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", - "Uri": "/servicePrincipals(appId='{appId}')", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -162463,34 +162773,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" + "CommandAlias": null, + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalByAppId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/servicePrincipals/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalById", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -162533,19 +162844,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -162588,20 +162899,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -162644,19 +162954,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -162699,34 +163010,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCreatedObject", + "Uri": "/servicePrincipals/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCreatedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObject", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -162769,49 +163080,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -162854,49 +163164,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Permissions": [ { "Name": "Application.Read.All", @@ -162923,20 +163234,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -162963,19 +163273,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", - "Uri": "/servicePrincipals/delta", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -163018,63 +163329,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" + "CommandAlias": null, + "Uri": "/servicePrincipals/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalEndpointCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalEndpointCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -163117,19 +163428,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -163172,20 +163483,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -163228,81 +163538,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalLicenseDetail", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], + "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -163385,22 +163693,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalMemberObject", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -163499,34 +163807,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalMemberObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -163569,107 +163880,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -163712,79 +164022,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -163811,20 +164122,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -163851,34 +164161,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObject", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -163921,136 +164232,135 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164093,79 +164403,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwner", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -164208,106 +164519,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164350,20 +164661,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164406,72 +164716,120 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Permissions": [ + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", "Permissions": [ { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -164492,6 +164850,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.All", "Description": "Read and write all applications", @@ -164499,141 +164865,181 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "ApiVersion": "beta", - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164652,20 +165058,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164692,19 +165100,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164731,50 +165140,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164801,20 +165209,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -164857,79 +165265,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164956,19 +165364,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164995,20 +165404,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -165035,20 +165443,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -165075,122 +165483,123 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], + "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Applications", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -165233,20 +165642,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165289,34 +165697,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -165351,107 +165760,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165486,79 +165894,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/servicePrincipals/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalUserOwnedObject", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSettingCount", - "ApiReferenceLink": null, - "Uri": "/settings/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -165593,152 +166002,151 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/settings/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaSettingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareContentTypeBase", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaShareContentTypeBase", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaShareContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaShareContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareContentTypeBaseTypeCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareCount", - "ApiReferenceLink": null, "Uri": "/shares/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareDriveItem", - "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -165765,20 +166173,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaShareDriveItem", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -165829,20 +166237,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareDriveItemContentStream", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaShareDriveItemContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -165893,1105 +166301,1105 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareItem", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaShareDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaShareItem", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/shares/{sharedDriveItem-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaShareItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareItemCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareList", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaShareList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListActivity", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaShareListActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaShareListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaShareListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListColumnCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaShareListColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaShareListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaShareListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListDrive", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaShareListDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaShareListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaShareListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemActivity", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaShareListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaShareListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaShareListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaShareListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaShareListItemDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaShareListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaShareListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaShareListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaShareListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaShareListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListOperationCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaShareListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaShareListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareListSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaSharePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareRoot", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaShareRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareRootContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareRootContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareRootContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaShareRootContentStream", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", - "Uri": "/shares/{sharedDriveItem-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -167018,49 +167426,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharedDriveItem" - }, - { "CommandAlias": null, + "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", + "Module": "Beta.Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/shares", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Method": "GET", + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaShareSite", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/site", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaShareSite", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", - "Uri": "/sites/{site-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -167079,19 +167487,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta", - "Uri": "/sites", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSite", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -167110,35 +167519,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteActivityByInterval", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "Uri": "/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalytic", + "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteActivityByInterval", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -167189,153 +167597,153 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAnalytics" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticItemActivityStat", + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaSiteAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticLastSevenDay", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -167386,20 +167794,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityStat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticTime", + "Uri": "/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/allTime", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticLastSevenDay", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -167450,20 +167858,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityStat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/analytics/allTime", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticTime", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -167498,35 +167906,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteByPath", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaSiteApplicableContentTypeForList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteColumn", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteByPath", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -167561,19 +167969,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -167608,20 +168017,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteColumnCount", + "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteColumn", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -167656,35 +168064,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteColumnSourceColumn", + "Uri": "/sites/{site-id}/columns/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentType", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteColumnSourceColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -167719,19 +168127,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteContentType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -167766,86 +168175,85 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" + "CommandAlias": null, + "Uri": "/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeBase", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBase", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -167880,19 +168288,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -167927,20 +168336,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumnCount", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -167975,123 +168383,123 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -168110,20 +168518,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/$count", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -168158,19 +168566,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteCount", + "Uri": "/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, - "Uri": "/sites/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -168189,20 +168598,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteDefaultDrive", + "Uri": "/sites/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/drive", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "Get1" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -168253,19 +168661,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", - "Uri": "/sites/delta", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/drive", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteDefaultDrive", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -168284,34 +168693,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" + "CommandAlias": null, + "Uri": "/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "Module": "Beta.Sites", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drives/{drive-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSiteDrive", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/drives", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Sites", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -168362,20 +168771,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteDriveCount", + "Uri": "/sites/{site-id}/drives", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/drives/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteDrive", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -168426,443 +168834,443 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteExternalColumn", + "Uri": "/sites/{site-id}/drives/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteDriveCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteExternalColumn", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/externalColumns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteExternalColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteExternalColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/externalColumns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteExternalColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPath", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathExternalColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathExternalColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathOnenote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathTermStore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgBetaSiteGetGraphBPrePathByPath", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteList", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Read.All", @@ -168881,19 +169289,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteList", + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteList", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Read.All", @@ -168912,19 +169321,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListActivity", + "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "List1" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteList", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [ { "Name": "Files.Read", @@ -168975,20 +169384,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityOld" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListActivity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -169023,19 +169431,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -169070,20 +169479,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListColumnCount", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListColumn", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169118,35 +169526,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListColumnSourceColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteListColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListColumnSourceColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -169181,19 +169589,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -169228,20 +169637,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -169276,19 +169684,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -169323,20 +169732,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumnCount", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169371,123 +169779,123 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -169506,20 +169914,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169554,20 +169962,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListCount", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169586,94 +169994,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListCreatedByUser", + "Uri": "/sites/{site-id}/lists/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSiteListCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListDrive", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListDrive", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -169700,19 +170108,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItem", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -169731,34 +170140,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivity", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivity", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [ { "Name": "Files.Read", @@ -169809,35 +170218,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityOld" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivityByInterval", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivityCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityByInterval", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -169888,80 +170296,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivityDriveItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivityListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemAnalytic", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityListItem", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -170012,81 +170420,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAnalytics" + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "ApiVersion": "beta", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -170105,20 +170511,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -170161,19 +170569,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -170216,20 +170625,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170272,35 +170680,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDriveItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -170351,65 +170759,65 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDriveItemContent", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDriveItemContentStream", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemField", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -170428,19 +170836,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItemVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -170459,20 +170868,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItemVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemVersionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170491,35 +170899,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListItemVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersionField", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -170554,19 +170962,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -170601,20 +171010,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListOperationCount", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteListOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170649,64 +171057,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaSiteListOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteListSubscriptionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteListSubscriptionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -170749,19 +171157,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -170804,20 +171213,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebookCount", + "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -170860,22 +171268,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -170918,19 +171324,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" + "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -170973,19 +171437,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -171028,25 +171492,40 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteOnenoteOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": true @@ -171074,45 +171553,22 @@ "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteOperationCount", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSiteOnenotePage", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Notes", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -171147,82 +171603,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", - "Permissions": [ - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePageContent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenotePageCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Notes", + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -171257,35 +171665,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteResource", + "Uri": "/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteResourceContent", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -171320,35 +171728,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteResourceCount", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/resources/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteResourceContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -171391,19 +171799,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -171446,20 +171855,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionCount", + "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -171502,20 +171910,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -171558,20 +171966,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -171614,22 +172022,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -171672,19 +172078,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -171727,19 +172136,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionPage", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -171774,20 +172183,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOperation", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionPage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -171822,19 +172230,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOperation", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -171869,20 +172278,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteOperationCount", + "Uri": "/sites/{site-id}/operations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171917,20 +172325,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePage", + "Uri": "/sites/{site-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -171949,19 +172357,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBaseSitePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePage", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSitePage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -171980,34 +172389,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBaseSitePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePage", + "Uri": "/sites/{site-id}/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Method": "GET", + "Command": "Get-MgBetaSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePage", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/sitePage", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -172026,388 +172435,387 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSitePage" + "CommandAlias": null, + "Uri": "/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCanvasLayout", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVerticalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172426,20 +172834,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageCountAsSitePage", + "Uri": "/sites/{site-id}/pages/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/sitePage/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSitePageCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172458,227 +172866,227 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/sites/{site-id}/pages/sitePage/$count", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaSitePageCountAsSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaSitePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaSitePermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSitePermissionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSitePermissionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -172721,20 +173129,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRecentNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStore", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteRecentNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172753,20 +173161,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStore" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172785,19 +173193,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172816,20 +173225,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupCount", + "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -172848,34 +173256,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172894,186 +173303,185 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreSet" + "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -173092,124 +173500,124 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -173228,301 +173636,301 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -173541,51 +173949,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreSet" - }, - { "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "ApiVersion": "beta", - "Variants": [ - "List", - "List1" - ], - "Module": "Beta.Sites", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -173604,793 +174012,794 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "List", + "List1" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Sites", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174409,20 +174818,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetRelationCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -174441,65 +174849,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetRelationSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174518,48 +174926,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Sites", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174578,20 +174987,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -174610,153 +175018,154 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Sites", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174775,20 +175184,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -174807,80 +175215,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], + "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -174915,19 +175323,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubscribedSku" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", - "Uri": "/subscribedSkus", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaSubscribedSku", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -174962,63 +175371,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubscribedSku" + "CommandAlias": null, + "Uri": "/subscribedSkus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSubscribedSku", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], + "CommandAlias": null, "Uri": "/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], + "CommandAlias": null, "Uri": "/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "List" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSubSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/sites/{site-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaSubSite", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/sites", - "ApiVersion": "beta", - "Variants": [ - "List2" - ], - "Module": "Beta.Sites", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -175037,20 +175446,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSubSiteCount", + "Uri": "/sites/{site-id}/sites", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/sites/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List2" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaSubSite", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -175069,20 +175477,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", - "Uri": "/teams/{team-id}", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaSubSiteCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -175157,19 +175565,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", - "Uri": "/teams", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -175196,20 +175605,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "ApiVersion": "beta", + "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Get1", - "GetViaIdentity1" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -175284,19 +175692,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -175371,20 +175780,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelCount", + "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannel", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -175459,20 +175867,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelFileFolder", + "Uri": "/teams/{team-id}/channels/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read.All", @@ -175547,50 +175955,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelFileFolderContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamChannelFileFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelFileFolderContentStream", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelFileFolderContentStream", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -175625,19 +176033,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Group.Read.All", @@ -175664,20 +176073,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMemberCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -175704,22 +176112,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175754,19 +176160,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175801,20 +176210,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175849,20 +176257,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175897,22 +176305,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Delta", + "DeltaViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175947,19 +176353,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175994,20 +176403,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176042,20 +176450,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176090,19 +176498,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176137,20 +176546,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176185,20 +176593,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176233,22 +176641,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Delta", + "DeltaViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176283,19 +176689,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176330,20 +176739,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176378,37 +176786,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelRetainedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", - "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelRetainedMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176427,19 +176833,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176458,34 +176867,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176504,20 +176913,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176536,20 +176944,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176568,20 +176976,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -176680,19 +177088,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelTab", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -176791,20 +177200,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelTabCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelTab", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -176903,34 +177311,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelTabTeamApp", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaTeamChannelTabCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/teams/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelTabTeamApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -176957,103 +177366,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamGroupServiceProvisioningError", + "Uri": "/teams/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaTeamCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamGroupServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamIncomingChannel", + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgBetaTeamIncomingChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/incomingChannels", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", - "Permissions": [ - { - "Name": "Channel.ReadBasic.All", - "Description": "Read the names and descriptions of all channels", - "FullDescription": "Read all channel names and channel descriptions, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "ChannelSettings.ReadWrite.All", - "Description": "Read and write the names, descriptions, and settings of all channels", - "FullDescription": "Read and write the names, descriptions, and settings of all channels, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChannelSettings.Read.All", - "Description": "Read the names, descriptions, and settings of all channels", - "FullDescription": "Read all channel names, channel descriptions, and channel settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphChannel" + "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamIncomingChannelCount", + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/incomingChannels/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -177080,20 +177449,59 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/incomingChannels", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Channel.ReadBasic.All", + "Description": "Read the names and descriptions of all channels", + "FullDescription": "Read all channel names and channel descriptions, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "ChannelSettings.ReadWrite.All", + "Description": "Read and write the names, descriptions, and settings of all channels", + "FullDescription": "Read and write the names, descriptions, and settings of all channels, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChannelSettings.Read.All", + "Description": "Read the names, descriptions, and settings of all channels", + "FullDescription": "Read all channel names, channel descriptions, and channel settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamInstalledApp", + "Uri": "/teams/{team-id}/incomingChannels/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannelCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -177240,19 +177648,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -177391,20 +177800,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamInstalledAppCount", + "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -177543,50 +177951,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamInstalledAppTeamApp", + "Uri": "/teams/{team-id}/installedApps/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledAppCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledAppTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamMember", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -177613,19 +178021,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -177652,20 +178061,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamMemberCount", + "Uri": "/teams/{team-id}/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -177692,19 +178100,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", - "Uri": "/teams/getOpenShifts", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/members/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -177779,166 +178188,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShift" + "CommandAlias": null, + "Uri": "/teams/getOpenShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", + "Module": "Beta.Teams", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTeamOpenShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgBetaTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgBetaTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOperationCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOwner", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaTeamOwner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOwner", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaTeamOwner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOwnerCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamOwnerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOwnerMailboxSetting", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaTeamOwnerMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/permissionGrants", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -178021,20 +178430,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPermissionGrantCount", + "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/permissionGrants/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamPermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -178117,50 +178525,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPhoto", + "Uri": "/teams/{team-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/photo", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgBetaTeamPermissionGrantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPhotoContent", + "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/photo/$value", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPhoto", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannel", + "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamPhotoContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -178203,468 +178611,468 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", + "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], + "CommandAlias": null, "Uri": "/teams/{team-id}/primaryChannel/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTabCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamSchedule", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178699,20 +179107,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleDayNote", + "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamSchedule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178731,19 +179139,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDayNote" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleDayNote", + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/dayNotes", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178762,20 +179171,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDayNote" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleDayNoteCount", + "Uri": "/teams/{team-id}/schedule/dayNotes", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/dayNotes/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -178794,20 +179202,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/dayNotes/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleDayNoteCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178842,19 +179250,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" - }, - { "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [ + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -178873,28 +179313,36 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "Schedule.ReadWrite.All", "Description": "Read and write your schedule items", "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true, "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true + "IsLeastPrivilege": false }, { "Name": "Group.ReadWrite.All", @@ -178903,22 +179351,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178953,19 +179409,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShift" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179000,20 +179456,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShift" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179048,19 +179504,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -179095,20 +179551,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -179143,20 +179599,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShiftCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179191,20 +179647,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179239,19 +179695,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedulingGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -179286,68 +179742,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedulingGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [ - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShift", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Group.Read.All", @@ -179382,19 +179790,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShift" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShift", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShift", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179429,20 +179838,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShift" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftCount", + "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShift", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -179477,20 +179885,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "Uri": "/teams/{team-id}/schedule/shifts/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179517,19 +179925,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179556,20 +179965,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -179596,34 +180004,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179658,20 +180067,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -179706,20 +180114,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179738,19 +180146,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeCard" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeCards", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179769,20 +180178,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeCard" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeCardCount", + "Uri": "/teams/{team-id}/schedule/timeCards", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeCards/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -179801,20 +180209,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOff", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timeCards/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCardCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179849,19 +180257,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOff" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOff", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179896,20 +180305,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOff" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffCount", + "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -179944,20 +180352,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timesOff/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179992,19 +180400,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffReason" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -180039,20 +180448,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffReason" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -180087,20 +180495,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -180135,19 +180543,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffRequest" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -180182,20 +180591,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -180230,19 +180638,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", - "Uri": "/teams/getShifts", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -180317,20 +180726,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShift" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTag", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "ApiVersion": "beta", + "Uri": "/teams/getShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamShift", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180365,19 +180773,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamTag", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180412,20 +180821,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTagCount", + "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamTag", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180460,20 +180868,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTagMember", + "Uri": "/teams/{team-id}/tags/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamTagCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180508,19 +180916,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkTagMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamTagMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180555,20 +180964,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkTagMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTagMemberCount", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamTagMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180603,49 +181011,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTemplate", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/template", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamTagMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTemplateDefinition", + "Uri": "/teams/{team-id}/template", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/templateDefinition", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Method": "GET", + "Command": "Get-MgBetaTeamTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", - "Uri": "/teams/getTimesOff", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/templateDefinition", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamTemplateDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -180720,629 +181129,628 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOff" + "CommandAlias": null, + "Uri": "/teams/getTimesOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", + "Module": "Beta.Teams", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTeamTimeOff", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamwork", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamwork", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", "Uri": "/teamwork", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamwork" + "Method": "GET", + "Command": "Get-MgBetaTeamwork", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeletedChat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedChat" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedChatCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedChatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeletedTeamCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDevice", - "ApiReferenceLink": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphTeamworkDevice", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181361,19 +181769,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDevice", + "Uri": "/teamwork/devices/{teamworkDevice-id}", "ApiReferenceLink": null, - "Uri": "/teamwork/devices", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkDevice", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181392,20 +181801,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceActivity", + "Uri": "/teamwork/devices", "ApiReferenceLink": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181424,20 +181832,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceConfiguration", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "ApiReferenceLink": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceActivity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181456,19 +181864,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceCount", + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "ApiReferenceLink": null, - "Uri": "/teamwork/devices/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181487,20 +181896,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceHealth", + "Uri": "/teamwork/devices/$count", "ApiReferenceLink": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181519,20 +181927,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceOperation", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "ApiReferenceLink": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceHealth", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181551,19 +181959,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceOperation", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "ApiReferenceLink": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181582,20 +181991,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceOperationCount", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "ApiReferenceLink": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181614,19 +182022,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamAppSetting", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/teamwork/teamsAppSettings", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppSettings", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -181645,34 +182054,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplate", + "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplate" + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamAppSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplate", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "ApiReferenceLink": null, - "Uri": "/teamwork/teamTemplates", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamTemplate", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -181691,19 +182100,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTeamTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplateCount", + "Uri": "/teamwork/teamTemplates", "ApiReferenceLink": null, - "Uri": "/teamwork/teamTemplates/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamTemplates.Read", @@ -181722,20 +182131,19 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "Uri": "/teamwork/teamTemplates/$count", "ApiReferenceLink": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -181754,49 +182162,49 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "ApiReferenceLink": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "ApiReferenceLink": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", "ApiReferenceLink": null, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -181815,19 +182223,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWorkforceIntegration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": null, - "Uri": "/teamwork/workforceIntegrations", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -181846,19 +182255,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWorkforceIntegration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", + "Uri": "/teamwork/workforceIntegrations", "ApiReferenceLink": null, - "Uri": "/teamwork/workforceIntegrations/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -181877,20 +182286,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "Uri": "/teamwork/workforceIntegrations/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -181909,19 +182317,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -181940,19 +182349,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", + "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -181971,34 +182380,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [ + { + "Name": "DelegatedAdminRelationship.Read.All", + "Description": "Read Delegated Admin relationships with customers", + "FullDescription": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DelegatedAdminRelationship.ReadWrite.All", + "Description": "Manage Delegated Admin relationships with customers", + "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182017,20 +182457,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182049,20 +182489,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182081,19 +182521,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182112,20 +182552,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182144,19 +182584,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182175,20 +182615,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182207,19 +182647,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182238,20 +182678,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182270,19 +182710,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182301,20 +182741,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182333,20 +182773,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182365,51 +182805,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", - "Permissions": [ - { - "Name": "DelegatedAdminRelationship.Read.All", - "Description": "Read Delegated Admin relationships with customers", - "FullDescription": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DelegatedAdminRelationship.ReadWrite.All", - "Description": "Manage Delegated Admin relationships with customers", - "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.Partner", + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182428,20 +182836,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -182460,19 +182868,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenants", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -182491,34 +182900,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Uri": "/tenantRelationships/managedTenants/tenants", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -182537,19 +182946,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -182568,493 +182977,492 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List", "List1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183073,48 +183481,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/auditEvents", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", + "Uri": "/tenantRelationships/managedTenants/auditEvents", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183133,19 +183541,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183164,19 +183573,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183195,20 +183604,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183227,19 +183635,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183258,19 +183667,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183289,20 +183698,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183321,19 +183729,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183352,19 +183761,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183383,20 +183792,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Permissions": [ { "Name": "Policy.Read.All", @@ -183423,19 +183831,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Permissions": [ { "Name": "Policy.Read.All", @@ -183462,19 +183871,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -183501,19 +183910,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenants/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183532,63 +183941,62 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/managedTenants/tenants/$count", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183607,19 +184015,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183638,19 +184047,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183669,20 +184078,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183701,19 +184109,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183732,19 +184141,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183763,63 +184172,62 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -183838,19 +184246,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -183869,19 +184278,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -183900,121 +184309,120 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], + "CommandAlias": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184033,19 +184441,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184064,19 +184473,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", + "Uri": "/tenantRelationships/managedTenants/tenantGroups", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184095,20 +184504,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read devices Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184127,19 +184567,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184158,19 +184598,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184189,20 +184629,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184221,19 +184661,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184252,51 +184692,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Permissions": [ { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "Name": "ManagedTenants.Read.All", + "Description": "Read all managed tenant information", + "FullDescription": "Allows the app to read all managed tenant information on your behalf.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "Name": "ManagedTenants.ReadWrite.All", + "Description": "Read and write all managed tenant information", + "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184315,19 +184755,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184346,19 +184786,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184377,20 +184817,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184409,19 +184849,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184440,19 +184880,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184471,20 +184911,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184503,19 +184943,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184534,19 +184974,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184565,20 +185005,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184597,185 +185037,154 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [ - { - "Name": "ManagedTenants.Read.All", - "Description": "Read all managed tenant information", - "FullDescription": "Allows the app to read all managed tenant information on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "ManagedTenants.ReadWrite.All", - "Description": "Read and write all managed tenant information", - "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List", "List1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.ManagedTenants", + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184794,292 +185203,292 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List", "List1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List", "List1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/myRoles", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.ManagedTenants", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185098,19 +185507,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", + "Uri": "/tenantRelationships/managedTenants/myRoles", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/myRoles/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185129,20 +185538,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/myRoles/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185161,19 +185569,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185192,19 +185601,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", + "Uri": "/tenantRelationships/managedTenants/tenantTags", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185223,63 +185632,62 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185298,19 +185706,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185329,19 +185738,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185360,20 +185769,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185392,19 +185800,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185423,19 +185832,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ - "Get" + "List" ], - "Module": "Beta.ManagedTenants", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185454,19 +185863,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMultiTenantOrganization", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -185493,19 +185902,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMultiTenantOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", + "Uri": "/tenantRelationships/multiTenantOrganization", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -185524,34 +185933,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -185578,19 +185987,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -185617,34 +186026,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFramework", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", "ApiReferenceLink": null, - "Uri": "/trustFramework", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFramework" + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrustFramework", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkKeySet", + "Uri": "/trustFramework", "ApiReferenceLink": null, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTrustFramework", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -185663,19 +186071,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkKeySet", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "ApiReferenceLink": null, - "Uri": "/trustFramework/keySets", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -185694,20 +186103,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", - "ApiVersion": "beta", + "Uri": "/trustFramework/keySets", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -185726,19 +186134,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkKeySetCount", - "ApiReferenceLink": null, - "Uri": "/trustFramework/keySets/$count", - "ApiVersion": "beta", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -185757,20 +186166,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicy", + "Uri": "/trustFramework/keySets/$count", "ApiReferenceLink": null, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -185789,19 +186197,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicy", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "ApiReferenceLink": null, - "Uri": "/trustFramework/policies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -185820,20 +186229,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTrustFrameworkPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicyContent", + "Uri": "/trustFramework/policies", "ApiReferenceLink": null, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -185852,19 +186260,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicyCount", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "ApiReferenceLink": null, - "Uri": "/trustFramework/policies/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicyContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -185883,20 +186292,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", - "Uri": "/users/{user-id}", - "ApiVersion": "beta", + "Uri": "/trustFramework/policies/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicyCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -186019,19 +186427,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", - "Uri": "/users", - "ApiVersion": "beta", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -186138,166 +186547,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" + "CommandAlias": null, + "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", + "Module": "Beta.Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "GET", + "Command": "Get-MgBetaUserActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "GET", + "Command": "Get-MgBetaUserActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivityCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserActivityCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivityHistoryItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItemActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivityHistoryItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActivityStatistics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivityStatistics", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityStatistics" + "Method": "GET", + "Command": "Get-MgBetaUserActivityStatistics", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActivityStatistics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserActivityStatistics", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/analytics/activityStatistics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityStatistics" + "Method": "GET", + "Command": "Get-MgBetaUserActivityStatistics", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserAgreementAcceptance", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/agreementAcceptances", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -186316,20 +186725,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAgreementAcceptance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAgreementAcceptanceCount", + "Uri": "/users/{user-id}/agreementAcceptances", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/agreementAcceptances/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Get-MgBetaUserAgreementAcceptance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -186348,49 +186756,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", + "Uri": "/users/{user-id}/agreementAcceptances/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/analytics/activityStatistics/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserAgreementAcceptanceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignedResource", + "Uri": "/users/{user-id}/analytics/activityStatistics/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignedResource", + "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignedResources", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Directory.Read.All", @@ -186409,20 +186818,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", + "Uri": "/users/{user-id}/appRoleAssignedResources", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Directory.Read.All", @@ -186441,20 +186849,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", + "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignedResources/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -186473,34 +186881,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignedResources/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -186519,20 +186928,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignmentCount", + "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments/$count", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -186551,20 +186959,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignmentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186599,19 +187007,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186646,20 +187055,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", + "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186694,20 +187102,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/emailMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186742,19 +187150,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/fido2Methods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2Method", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186789,20 +187198,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", + "Uri": "/users/{user-id}/authentication/fido2Methods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2Method", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186837,67 +187245,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -186932,20 +187293,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMethodCount", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -186980,25 +187341,24 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true @@ -187020,27 +187380,28 @@ "IsLeastPrivilege": false }, { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/methods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMethodCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187075,20 +187436,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187123,35 +187484,82 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187186,49 +187594,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLongRunningOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationOperationCount", + "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/operations/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187263,19 +187671,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187310,20 +187719,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187358,35 +187766,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187421,19 +187829,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187468,20 +187877,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", + "Uri": "/users/{user-id}/authentication/passwordMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187516,20 +187924,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187564,19 +187972,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187611,20 +188020,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", + "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187659,94 +188067,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod" + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod" + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationSignInPreference", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/signInPreferences", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSignInPreferences" + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSignInPreferences", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "Uri": "/users/{user-id}/authentication/signInPreferences", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSignInPreference", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187781,19 +188189,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187828,20 +188237,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187876,20 +188284,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187924,19 +188332,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187971,20 +188380,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -188019,20 +188427,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -188067,19 +188475,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -188114,20 +188523,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -188162,64 +188570,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/users/getByIds", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaUserById", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserCalendar", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendars", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Calendar", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188254,20 +188663,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCalendar" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCalendarCount", + "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendars/$count", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserCalendar", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188302,19 +188710,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCalendarEvent", + "Uri": "/users/{user-id}/calendars/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188341,22 +188750,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/calendar/events/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" + "List1" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -188383,20 +188789,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/users/{user-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarEventDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188415,19 +188823,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCalendarGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserCalendarGroup", + "CommandAlias": null, + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendarGroups", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188454,19 +188863,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCalendarGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserCalendarGroupCalendar", + "CommandAlias": null, + "Uri": "/users/{user-id}/calendarGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188501,20 +188910,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCalendar" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCalendarGroupCount", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendarGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroupCalendar", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188541,86 +188949,86 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/calendarGroups/$count", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroupCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/calendar/calendarPermissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List", "List1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "GET", + "Command": "Get-MgBetaUserCalendarPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCalendarPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserCalendarPermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScheduleInformation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduleInformation" + "Method": "POST", + "Command": "Get-MgBetaUserCalendarSchedule", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserCalendarView", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendar/calendarView", - "ApiVersion": "beta", - "Variants": [ - "List", - "List1" - ], - "Module": "Beta.Calendar", + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188647,20 +189055,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChat", + "Uri": "/users/{user-id}/calendar/calendarView", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "Get", - "GetViaIdentity" + "List", + "List1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarView", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -188743,19 +189151,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChat", + "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -188798,20 +189207,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatCount", + "Uri": "/users/{user-id}/chats", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChat", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -188854,109 +189262,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "GET", + "Command": "Get-MgBetaUserChatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatInstalledAppCount", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatInstalledAppTeamApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatLastMessagePreview", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatLastMessagePreview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -189055,19 +189463,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -189166,20 +189575,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMemberCount", + "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -189278,20 +189686,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatMemberCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -189350,19 +189758,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -189405,20 +189814,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageCount", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -189461,20 +189869,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -189533,22 +189941,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Delta", + "DeltaViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -189607,19 +190013,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -189678,20 +190087,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageHostedContentCount", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -189750,259 +190158,259 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageReply", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgBetaUserChatOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgBetaUserChatOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserChatOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserChatPermissionGrantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatPinnedMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessageCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatRetainedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", - "Uri": "/users/{user-id}/chats/getAllRetainedMessages", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -190021,109 +190429,109 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/chats/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserChatRetainedMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaUserChatTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgBetaUserChatTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatTabCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserChatTabCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserChatTabTeamApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaUserChatTabTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcConnectivityHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent" + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcConnectivityHistory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcLaunchInfo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users.Functions", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -190142,20 +190550,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", - "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcLaunchInfo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -190174,67 +190582,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPc" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [ - { - "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "CloudPC.ReadWrite.All", - "Description": "Read and write Cloud PCs", - "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability" + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContact", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190253,19 +190644,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContact", + "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190284,20 +190676,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactCount", + "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts/$count", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContact", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -190316,20 +190707,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/contacts/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/contacts/$count", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserContactCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190348,64 +190739,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" + "CommandAlias": null, + "Uri": "/users/{user-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserContactExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserContactExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolder", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -190424,19 +190815,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolder", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -190455,34 +190847,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "GET", + "Command": "Get-MgBetaUserContactFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -190501,20 +190893,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190533,19 +190924,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190564,20 +190956,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -190596,20 +190987,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190628,94 +191019,94 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" + "CommandAlias": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -190734,35 +191125,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderDelta", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.PersonalContacts", + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190781,19 +191172,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190812,20 +191204,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContact", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -190844,20 +191235,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -190876,94 +191267,94 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" + "CommandAlias": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactPhoto", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactPhoto", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/$count", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactPhotoContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -190982,20 +191373,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/contactFolders/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/contactFolders/$count", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -191014,49 +191405,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactFolder" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserContactPhoto", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/users/{user-id}/contactFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "DeltaViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserContactPhotoContent", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserContactPhoto", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCount", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/users/$count", - "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserContactPhotoContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -191163,34 +191555,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCreatedObject", + "Uri": "/users/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCreatedObject", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/createdObjects", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObject", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -191241,49 +191633,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/createdObjects", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCreatedObjectCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/createdObjects/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -191334,49 +191725,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", + "Uri": "/users/{user-id}/createdObjects/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserDefaultCalendar", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendar", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDefaultCalendarEvent", + "Uri": "/users/{user-id}/calendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendar/events", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserDefaultCalendar", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191403,22 +191795,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserDefaultCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", - "Uri": "/users/{user-id}/calendar/getSchedule", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "List" ], - "Module": "Beta.Users.Actions", + "Method": "GET", + "Command": "Get-MgBetaUserDefaultCalendarEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphScheduleInformation", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191445,20 +191834,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScheduleInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDefaultDrive", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drive", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Files", + "Method": "POST", + "Command": "Get-MgBetaUserDefaultCalendarSchedule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -191509,19 +191900,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", - "Uri": "/users/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/drive", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserDefaultDrive", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.Read.All", @@ -191556,1001 +191948,1001 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" + "CommandAlias": null, + "Uri": "/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgBetaUserDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceByDeviceId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceCommandCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommandCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceCommandResponsepayload", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommandResponsepayload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/devices/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwner", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsageRight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsageRight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Method": "GET", + "Command": "Get-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDeviceUsageRightsCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDeviceUsageRightsCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDirectReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserDirectReport", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/directReports", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Users", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -192593,78 +192985,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/directReports", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserDirectReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/orgContact", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/user", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsUser", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDirectReportCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/directReports/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -192707,64 +193098,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", + "Uri": "/users/{user-id}/directReports/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/directReports/orgContact/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDirectReportCountAsUser", + "Uri": "/users/{user-id}/directReports/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/directReports/user/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDrive", + "Uri": "/users/{user-id}/directReports/user/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportCountAsUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "List" + "Get1", + "GetViaIdentity1" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Get-MgBetaUserDrive", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -192815,167 +193207,166 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" + "CommandAlias": null, + "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaUserDriveActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundleContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundleContentStream", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveBundleCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundleCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBase", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBaseType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -193026,3021 +193417,3021 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/drives/$count", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveFollowing", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveFollowing", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowing", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowingContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowingContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticTime", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChildCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersionContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgBetaUserDriveList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticTime", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChildCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermissionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscriptionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersionContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveSpecial", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveSpecial", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecial", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveSpecialContent", + "Uri": "/users/{user-id}/drives/{drive-id}/special", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecial", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveSpecialContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserDriveSpecialCount", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", + "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEvent", + "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196059,19 +196450,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEvent", + "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196098,79 +196490,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserEventCalendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}/calendar", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaUserEventAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventCount", + "Uri": "/users/{user-id}/events/{event-id}/calendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/$count", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserEventCalendar", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196197,20 +196588,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/events/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/events/$count", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserEventCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -196237,372 +196628,373 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/users/{user-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserEventDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserEventExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserEventInstance", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserEventInstance", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}/instances", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Calendar", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196621,79 +197013,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/users/{user-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserEventInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceCalendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceCount", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceCalendar", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196712,284 +197103,285 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserFollowedSite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/followedSites/{site-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserFollowedSite", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/followedSites", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Sites", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -197008,20 +197400,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserFollowedSiteCount", + "Uri": "/users/{user-id}/followedSites", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/followedSites/$count", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Sites", + "Method": "GET", + "Command": "Get-MgBetaUserFollowedSite", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -197040,212 +197431,212 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserInferenceClassification", + "CommandAlias": null, + "Uri": "/users/{user-id}/followedSites/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/inferenceClassification", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassification" + "Method": "GET", + "Command": "Get-MgBetaUserFollowedSiteCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserInferenceClassificationOverride", + "OutputType": "IMicrosoftGraphInferenceClassification", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassification", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/inferenceClassification/overrides", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBitlocker", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionBitlocker", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/bitlocker", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlocker" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlocker", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -197264,19 +197655,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -197295,20 +197687,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", + "Uri": "/users/{user-id}/informationProtection/policy/labels", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -197327,240 +197718,241 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", + "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemInsights", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemInsights" + "Method": "GET", + "Command": "Get-MgBetaUserInsight", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightShared", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedInsight" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserInsightShared", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Users", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSharedInsight", "Permissions": [ { "Name": "Sites.Read.All", @@ -197579,20 +197971,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharedInsight" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightSharedCount", + "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserInsightShared", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -197611,64 +198002,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", + "Uri": "/users/{user-id}/insights/shared/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightSharedResource", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightTrending", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrending" + "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrending", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightTrending", + "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/trending", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserInsightTrending", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTrending", "Permissions": [ { "Name": "Sites.Read.All", @@ -197687,20 +198079,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTrending" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightTrendingCount", + "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/trending/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserInsightTrending", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -197719,20 +198110,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightTrendingResource", + "Uri": "/users/{user-id}/insights/trending/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserInsightTrendingCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -197751,34 +198142,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightUsed", + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsedInsight" + "Method": "GET", + "Command": "Get-MgBetaUserInsightTrendingResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsedInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightUsed", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/used", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserInsightUsed", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUsedInsight", "Permissions": [ { "Name": "Sites.Read.All", @@ -197797,20 +198189,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUsedInsight" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightUsedCount", + "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/used/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserInsightUsed", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -197829,20 +198220,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInsightUsedResource", + "Uri": "/users/{user-id}/insights/used/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserInsightUsedCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -197861,48 +198252,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserInvitedBy", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/invitedBy", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserInsightUsedResource", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserJoinedGroup", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/invitedBy", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/joinedGroups", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserInvitedBy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserJoinedTeam", + "Uri": "/users/{user-id}/joinedGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/joinedTeams", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserJoinedGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -197961,34 +198353,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserLicenseDetail", + "Uri": "/users/{user-id}/joinedTeams", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Method": "GET", + "Command": "Get-MgBetaUserJoinedTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserLicenseDetail", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/licenseDetails", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [ { "Name": "User.Read", @@ -198031,20 +198423,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLicenseDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserLicenseDetailCount", + "Uri": "/users/{user-id}/licenseDetails", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/licenseDetails/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -198087,20 +198478,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", - "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/licenseDetails/$count", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetailCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", "Permissions": [ { "Name": "User.Read", @@ -198135,35 +198526,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserLoggedOnManagedDevice", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/getLoggedOnManagedDevices", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailboxSetting", + "Uri": "/users/{user-id}/getLoggedOnManagedDevices", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserLoggedOnManagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -198182,20 +198573,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailboxSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolder", + "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMailboxSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198230,19 +198621,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolder", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198277,34 +198669,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198339,20 +198731,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198387,329 +198778,329 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConfiguration" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConfiguration" + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/$count", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198744,20 +199135,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/mailFolders/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/mailFolders/$count", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198792,20 +199183,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/mailFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "DeltaViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -198832,19 +199223,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198879,64 +199271,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Mail", + "OutputType": null, "Permissions": [ { "Name": "Mail.Read", @@ -198963,20 +199354,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -199011,20 +199402,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -199059,198 +199450,196 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageMentionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageMentionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageRuleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageRuleCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConfiguration" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConfiguration" + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderUserConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserMailTip", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", - "Uri": "/users/{user-id}/getMailTips", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphMailTips", "Permissions": [ { "Name": "Mail.Read", @@ -199269,19 +199658,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailTips" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedAppBlockedUser", - "ApiReferenceLink": null, - "Uri": "/users/getManagedAppBlockedUsers", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/getMailTips", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Get" + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Users.Functions", + "Method": "POST", + "Command": "Get-MgBetaUserMailTip", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -199316,20 +199708,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", + "Uri": "/users/getManagedAppBlockedUsers", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppBlockedUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -199348,20 +199739,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedAppPolicy", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/getManagedAppPolicies", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -199380,652 +199771,652 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedAppRegistration", + "Uri": "/users/{user-id}/getManagedAppPolicies", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserManagedAppRegistration", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/managedAppRegistrations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppRegistration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedAppRegistrationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppRegistrationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDetectedApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDetectedApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users.Functions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -200044,20 +200435,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -200076,20 +200467,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManager", + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/manager", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read.All", @@ -200124,20 +200515,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserManagerByRef", + "Uri": "/users/{user-id}/manager", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/manager/$ref", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserManager", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read.All", @@ -200172,22 +200563,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Uri": "/users/{user-id}/getMemberGroups", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "GET", + "Command": "Get-MgBetaUserManagerByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -200270,22 +200659,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserMemberObject", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/getMemberObjects", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Get-MgBetaUserMemberGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -200384,20 +200773,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOf", + "Uri": "/users/{user-id}/getMemberObjects", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "POST", + "Command": "Get-MgBetaUserMemberObject", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -200416,19 +200807,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOf", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -200463,34 +200855,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaUserMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -200509,34 +200901,34 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "Uri": "/users/{user-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/directoryRole", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "User.Read", @@ -200555,34 +200947,34 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphDirectoryRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsGroup", + "Uri": "/users/{user-id}/memberOf/directoryRole", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsGroup", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/group", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "User.Read", @@ -200601,20 +200993,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfCount", + "Uri": "/users/{user-id}/memberOf/group", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -200649,20 +201040,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -200681,20 +201072,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", + "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -200713,20 +201104,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfCountAsGroup", + "Uri": "/users/{user-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -200745,20 +201136,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessage", + "Uri": "/users/{user-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -200785,19 +201176,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -200832,64 +201224,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Mail", + "OutputType": null, "Permissions": [ { "Name": "Mail.Read", @@ -200916,20 +201307,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageCount", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/$count", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", + "Method": "GET", + "Command": "Get-MgBetaUserMessageContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -200964,20 +201355,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/messages/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserMessageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -201004,108 +201395,108 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserMessageDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMessageExtensionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaUserMessageMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "GET", + "Command": "Get-MgBetaUserMessageMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageMentionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMessageMentionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -201124,19 +201515,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppIntentAndState", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -201155,20 +201547,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", + "Uri": "/users/{user-id}/mobileAppIntentAndStates", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -201187,166 +201578,167 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications/{notification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotification" + "Method": "GET", + "Command": "Get-MgBetaUserNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotification" + "Method": "GET", + "Command": "Get-MgBetaUserNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserNotificationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserNotificationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserOauth2PermissionGrant", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Users", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -201365,20 +201757,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOauth2PermissionGrantCount", + "Uri": "/users/{user-id}/oauth2PermissionGrants", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserOauth2PermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -201397,131 +201788,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebook", + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Notes", - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphNotebook" + "Command": "Get-MgBetaUserOauth2PermissionGrantCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebookCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Notes", + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -201564,29 +201844,27 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", "Description": "Create your OneNote notebooks", "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", "IsAdmin": false, - "PermissionType": "DelegatedWork", + "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": true }, { @@ -201598,19 +201876,19 @@ "IsLeastPrivilege": false }, { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", "IsAdmin": false, - "PermissionType": "DelegatedWork", + "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false }, { @@ -201618,23 +201896,23 @@ "Description": "Read your OneNote notebooks", "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", "IsAdmin": false, - "PermissionType": "DelegatedWork", + "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebookSection", + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -201677,26 +201955,27 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", "Description": "Create your OneNote notebooks", "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", "IsAdmin": false, - "PermissionType": "DelegatedPersonal", + "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { @@ -201708,19 +201987,19 @@ "IsLeastPrivilege": false }, { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", "IsAdmin": false, - "PermissionType": "DelegatedPersonal", + "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { @@ -201728,24 +202007,26 @@ "Description": "Read your OneNote notebooks", "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", "IsAdmin": false, - "PermissionType": "DelegatedPersonal", + "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteOperation", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -201788,40 +202069,24 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteOperationCount", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/operations/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookSection", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenotePage", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": true @@ -201849,26 +202114,34 @@ "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenotePage", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": true @@ -201896,22 +202169,45 @@ "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" + "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteOperationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -201946,20 +202242,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenotePageCount", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenotePage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -201994,25 +202290,24 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onenote/pages", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserOnenotePage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": true @@ -202040,45 +202335,22 @@ "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRecentNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteResource", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgBetaUserOnenotePageContent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteResourceContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Notes", + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -202113,35 +202385,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteResourceCount", + "Uri": "/users/{user-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/resources/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnenotePageCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSection", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Notes", + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -202184,19 +202441,98 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" + "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteRecentNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSection", + "Command": "Get-MgBetaUserOnenoteResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteResourceContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/resources/$count", + "ApiReferenceLink": null, "Module": "Beta.Notes", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteResourceCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -202239,20 +202575,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionCount", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -202295,20 +202631,75 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -202351,20 +202742,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -202407,22 +202798,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionGroupCount", + "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -202465,19 +202854,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroupCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -202520,19 +202912,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionPage", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" ], - "Module": "Beta.Notes", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroupSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -202567,20 +202959,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeeting", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionPage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202615,19 +203006,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeeting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202662,20 +203054,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", + "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeeting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -202718,145 +203109,145 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List", "List1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202891,20 +203282,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingCount", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/$count", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202939,20 +203330,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onlineMeetings/$count", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202987,22 +203378,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -203045,79 +203434,81 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistration", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistration", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -203152,20 +203543,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMeetingRegistration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -203184,63 +203575,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" - }, - { "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.CloudCommunications", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -203267,20 +203659,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -203307,109 +203698,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users.Functions", + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -203460,474 +203851,475 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/masterCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookMasterCategoryCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookMasterCategoryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTask", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserOutlookTask", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskFolders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskGroup" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskGroup" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroupCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserOwnedDevice", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Users", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -203970,78 +204362,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/ownedDevices", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDeviceCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -204084,64 +204475,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", + "Uri": "/users/{user-id}/ownedDevices/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices/device/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", + "Uri": "/users/{user-id}/ownedDevices/device/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObject", + "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObject", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObject", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -204184,122 +204576,121 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/ownedObjects", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/application", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserOwnedObjectByType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/users/getUserOwnedObjects", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgBetaUserOwnedObjectByType", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -204342,65 +204733,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", + "Uri": "/users/{user-id}/ownedObjects/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/application/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", + "Uri": "/users/{user-id}/ownedObjects/application/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", + "Uri": "/users/{user-id}/ownedObjects/group/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -204427,34 +204818,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserPerson", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/people/{person-id}", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphPerson" + "Method": "POST", + "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserPerson", + "OutputType": "IMicrosoftGraphPerson", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/people/{person-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/people", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserPerson", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPerson", "Permissions": [ { "Name": "People.Read", @@ -204473,20 +204865,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPerson" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPersonCount", + "Uri": "/users/{user-id}/people", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/people/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserPerson", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "People.Read", @@ -204505,22 +204896,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserPhoto", + "CommandAlias": null, + "Uri": "/users/{user-id}/people/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photo", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserPersonCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "User.Read", @@ -204532,8 +204921,8 @@ }, { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -204556,26 +204945,29 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfilePhoto" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserPhoto", + "CommandAlias": null, + "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photos", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserPhoto", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "User.Read", @@ -204587,8 +204979,8 @@ }, { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -204611,29 +205003,26 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfilePhoto" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPhotoContent", + "Uri": "/users/{user-id}/photos", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photo/$value", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserPhoto", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -204645,8 +205034,8 @@ }, { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -204669,29 +205058,29 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlanner", + "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPhotoContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerUser", "Permissions": [ { "Name": "Tasks.Read", @@ -204734,49 +205123,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerUser" - }, - { "CommandAlias": null, + "Uri": "/users/{user-id}/planner", + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Command": "Get-MgBetaUserPlanner", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerDelta", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/planner/all", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "List" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerDelta" + "Method": "GET", + "Command": "Get-MgBetaUserPlanner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerAllCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/all/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserPlannerAllCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerAllDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/planner/all/delta", - "ApiVersion": "beta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Module": "Beta.Users.Functions", + "OutputType": "IMicrosoftGraphPlannerDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -204811,34 +205202,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerDelta" + "CommandAlias": null, + "Uri": "/users/{user-id}/planner/all/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserPlannerAllDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerFavoritePlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserPlannerFavoritePlan", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/favoritePlans", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Planner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -204865,20 +205257,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerFavoritePlanCount", + "Uri": "/users/{user-id}/planner/favoritePlans", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/favoritePlans/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerFavoritePlan", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -204905,34 +205296,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerMyDayTask", + "Uri": "/users/{user-id}/planner/favoritePlans/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Method": "GET", + "Command": "Get-MgBetaUserPlannerFavoritePlanCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerMyDayTask", + "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/myDayTasks", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerMyDayTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -204967,20 +205359,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerMyDayTaskCount", + "Uri": "/users/{user-id}/planner/myDayTasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/myDayTasks/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerMyDayTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -205015,19 +205406,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerPlan", + "Uri": "/users/{user-id}/planner/myDayTasks/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/plans", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerMyDayTaskCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -205062,94 +205454,94 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" + "CommandAlias": null, + "Uri": "/users/{user-id}/planner/plans", + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerBucket", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerPlanBucketDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanBucketDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerPlanDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerPlanTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanTaskDelta", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRecentPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserPlannerRecentPlan", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/recentPlans", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Planner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -205176,20 +205568,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRecentPlanCount", + "Uri": "/users/{user-id}/planner/recentPlans", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/recentPlans/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRecentPlan", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -205216,34 +205607,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRosterPlan", + "Uri": "/users/{user-id}/planner/recentPlans/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRecentPlanCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRosterPlan", + "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/rosterPlans", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRosterPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -205278,20 +205670,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRosterPlanCount", + "Uri": "/users/{user-id}/planner/rosterPlans", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/rosterPlans/$count", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRosterPlan", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -205326,19 +205717,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerTask", + "Uri": "/users/{user-id}/planner/rosterPlans/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/tasks", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Planner", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRosterPlanCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -205389,20 +205781,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPlannerTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "Uri": "/users/{user-id}/planner/tasks/delta", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/planner/tasks", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ - "Delta", - "DeltaViaIdentity" + "List" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -205421,20 +205812,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserPresence", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/presence", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/planner/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "DeltaViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerTaskDelta", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read", @@ -205461,20 +205852,76 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPresence" + "CommandAlias": null, + "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserPresence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfile", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfile", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserAccountInformation", "Permissions": [ { "Name": "User.Read", @@ -205517,20 +205964,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAccount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserAccountInformation", "Permissions": [ { "Name": "User.Read", @@ -205573,75 +206020,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserAccountInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/account", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphUserAccountInformation" + "Method": "GET", + "Command": "Get-MgBetaUserProfileAccount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAccountCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/account/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.People", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -205684,75 +206075,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAddress", + "Uri": "/users/{user-id}/profile/account/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphItemAddress" + "Method": "GET", + "Command": "Get-MgBetaUserProfileAccountCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAddress", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/addresses", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.People", + "OutputType": "IMicrosoftGraphItemAddress", "Permissions": [ { "Name": "User.Read", @@ -205795,76 +206131,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAddress" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAddressCount", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/addresses/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserProfileAddress", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAnniversary", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.People", + "OutputType": "IMicrosoftGraphItemAddress", "Permissions": [ { "Name": "User.Read", @@ -205907,19 +206187,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/addresses", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/anniversaries", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAddress", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -205962,20 +206242,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAnniversaryCount", + "Uri": "/users/{user-id}/profile/addresses/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/anniversaries/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAddressCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Permissions": [ { "Name": "User.Read", @@ -206018,20 +206298,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAward", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Permissions": [ { "Name": "User.Read", @@ -206074,19 +206354,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAward" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAward", + "Uri": "/users/{user-id}/profile/anniversaries", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/awards", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -206129,20 +206409,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAward" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAwardCount", + "Uri": "/users/{user-id}/profile/anniversaries/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/awards/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversaryCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAward", "Permissions": [ { "Name": "User.Read", @@ -206185,20 +206465,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileCertification", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAward", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAward", "Permissions": [ { "Name": "User.Read", @@ -206241,19 +206521,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonCertification" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileCertification", + "Uri": "/users/{user-id}/profile/awards", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/certifications", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAward", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -206296,20 +206576,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonCertification" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileCertificationCount", + "Uri": "/users/{user-id}/profile/awards/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/certifications/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAwardCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonCertification", "Permissions": [ { "Name": "User.Read", @@ -206352,20 +206632,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileCertification", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonCertification", "Permissions": [ { "Name": "User.Read", @@ -206408,19 +206688,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationalActivity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/certifications", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/educationalActivities", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileCertification", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -206463,20 +206743,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationalActivity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileEducationalActivityCount", + "Uri": "/users/{user-id}/profile/certifications/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/educationalActivities/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileCertificationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationalActivity", "Permissions": [ { "Name": "User.Read", @@ -206519,20 +206799,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileEmail", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationalActivity", "Permissions": [ { "Name": "User.Read", @@ -206575,19 +206855,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemEmail" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileEmail", + "Uri": "/users/{user-id}/profile/educationalActivities", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/emails", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -206630,20 +206910,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemEmail" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileEmailCount", + "Uri": "/users/{user-id}/profile/educationalActivities/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/emails/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivityCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemEmail", "Permissions": [ { "Name": "User.Read", @@ -206686,20 +206966,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileInterest", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEmail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemEmail", "Permissions": [ { "Name": "User.Read", @@ -206742,19 +207022,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonInterest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileInterest", + "Uri": "/users/{user-id}/profile/emails", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/interests", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEmail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -206797,20 +207077,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonInterest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileInterestCount", + "Uri": "/users/{user-id}/profile/emails/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/interests/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEmailCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonInterest", "Permissions": [ { "Name": "User.Read", @@ -206853,20 +207133,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileLanguage", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileInterest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonInterest", "Permissions": [ { "Name": "User.Read", @@ -206909,19 +207189,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLanguageProficiency" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileLanguage", + "Uri": "/users/{user-id}/profile/interests", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/languages", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileInterest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -206964,20 +207244,131 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLanguageProficiency" + "CommandAlias": null, + "Uri": "/users/{user-id}/profile/interests/$count", + "ApiReferenceLink": null, + "Module": "Beta.People", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileInterestCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileLanguageCount", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/languages/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/users/{user-id}/profile/languages", + "ApiReferenceLink": null, "Module": "Beta.People", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -207020,20 +207411,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileName", + "Uri": "/users/{user-id}/profile/languages/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguageCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonName", "Permissions": [ { "Name": "User.Read", @@ -207076,19 +207467,75 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonName" - }, - { "CommandAlias": null, + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "ApiReferenceLink": null, + "Module": "Beta.People", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserProfileName", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonName", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/users/{user-id}/profile/names", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileName", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -207131,20 +207578,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonName" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileNameCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/names/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileNameCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAnnotation", "Permissions": [ { "Name": "User.Read", @@ -207187,20 +207634,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileNote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileNote", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAnnotation", "Permissions": [ { "Name": "User.Read", @@ -207243,19 +207690,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAnnotation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileNote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileNote", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -207298,20 +207745,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAnnotation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileNoteCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileNoteCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPatent", "Permissions": [ { "Name": "User.Read", @@ -207354,20 +207801,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePatent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePatent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPatent", "Permissions": [ { "Name": "User.Read", @@ -207410,19 +207857,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPatent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePatent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePatent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -207465,20 +207912,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPatent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePatentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePatentCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPhone", "Permissions": [ { "Name": "User.Read", @@ -207521,20 +207968,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePhone", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePhone", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPhone", "Permissions": [ { "Name": "User.Read", @@ -207577,19 +208024,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPhone" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePhone", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePhone", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -207632,20 +208079,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPhone" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePhoneCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePhoneCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWorkPosition", "Permissions": [ { "Name": "User.Read", @@ -207688,20 +208135,75 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePosition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWorkPosition", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/users/{user-id}/profile/positions", + "ApiReferenceLink": null, "Module": "Beta.People", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePosition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -207744,75 +208246,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWorkPosition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePosition", + "Uri": "/users/{user-id}/profile/positions/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/positions", - "ApiVersion": "beta", - "Variants": [ - "List" - ], "Module": "Beta.People", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphWorkPosition" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePositionCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/positions/$count", - "ApiVersion": "beta", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePositionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProjectParticipation", "Permissions": [ { "Name": "User.Read", @@ -207855,20 +208302,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileProject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileProject", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProjectParticipation", "Permissions": [ { "Name": "User.Read", @@ -207911,19 +208358,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProjectParticipation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileProject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileProject", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -207966,20 +208413,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProjectParticipation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileProjectCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileProjectCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPublication", "Permissions": [ { "Name": "User.Read", @@ -208022,20 +208469,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePublication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePublication", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPublication", "Permissions": [ { "Name": "User.Read", @@ -208078,19 +208525,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPublication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePublication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePublication", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -208133,20 +208580,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPublication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfilePublicationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePublicationCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSkillProficiency", "Permissions": [ { "Name": "User.Read", @@ -208189,20 +208636,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileSkill", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileSkill", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSkillProficiency", "Permissions": [ { "Name": "User.Read", @@ -208245,19 +208692,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSkillProficiency" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileSkill", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileSkill", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -208300,20 +208747,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSkillProficiency" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileSkillCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileSkillCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWebAccount", "Permissions": [ { "Name": "User.Read", @@ -208356,20 +208803,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWebAccount", "Permissions": [ { "Name": "User.Read", @@ -208412,75 +208859,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWebAccount" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/webAccounts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.People", "Variants": [ "List" ], - "Module": "Beta.People", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphWebAccount" + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebAccountCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/webAccounts/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.People", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -208523,20 +208914,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebsite", + "Uri": "/users/{user-id}/profile/webAccounts/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccountCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonWebsite", "Permissions": [ { "Name": "User.Read", @@ -208579,19 +208970,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonWebsite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebsite", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/websites", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsite", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonWebsite", "Permissions": [ { "Name": "User.Read", @@ -208634,20 +209026,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonWebsite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebsiteCount", + "Uri": "/users/{user-id}/profile/websites", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/websites/$count", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.People", + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsite", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -208690,34 +209081,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDevice", + "Uri": "/users/{user-id}/profile/websites/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsiteCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDevice", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -208760,78 +209152,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/registeredDevices", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/device", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/endpoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDeviceCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -208874,64 +209265,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", + "Uri": "/users/{user-id}/registeredDevices/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/device/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", + "Uri": "/users/{user-id}/registeredDevices/device/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "Directory.Read.All", @@ -208950,20 +209342,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserScopedRoleMemberOfCount", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -208982,50 +209373,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSecurity", + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurity1" + "Method": "GET", + "Command": "Get-MgBetaUserScopedRoleMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurity1", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtection", + "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtection" + "Method": "GET", + "Command": "Get-MgBetaUserSecurity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -209044,20 +209435,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -209076,19 +209467,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -209107,20 +209499,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -209139,35 +209530,35 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSetting", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserSettings", "Permissions": [ { "Name": "User.Read.All", @@ -209186,20 +209577,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingContactMergeSuggestion", + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContactMergeSuggestions", "Permissions": [ { "Name": "User.Read", @@ -209218,20 +209609,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactMergeSuggestions" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingItemInsight", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSettingContactMergeSuggestion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserInsightsSettings", "Permissions": [ { "Name": "User.Read", @@ -209250,35 +209641,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserInsightsSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", + "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings" + "Method": "GET", + "Command": "Get-MgBetaUserSettingItemInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShiftPreferences", "Permissions": [ { "Name": "User.Read.All", @@ -209313,35 +209704,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShiftPreferences" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorage", + "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserStorage" + "Method": "GET", + "Command": "Get-MgBetaUserSettingShiftPreference", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserStorage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorageQuota", + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedStorageQuota", "Permissions": [ { "Name": "Files.Read", @@ -209376,20 +209767,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedStorageQuota" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorageQuotaService", + "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorageQuota", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [ { "Name": "Files.Read", @@ -209424,19 +209815,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorageQuotaService", + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota/services", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [ { "Name": "Files.Read", @@ -209471,20 +209863,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", + "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -209519,122 +209910,123 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingWindows", + "Uri": "/users/{user-id}/settings/storage/quota/services/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsSetting", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserSettingWindows", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsSetting", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/settings/windows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindows", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingWindowsCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindowsCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSettingWindowsInstanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindowsInstanceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSponsor", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserSponsor", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/sponsors", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Users", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -209661,20 +210053,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserSponsorCount", + "Uri": "/users/{user-id}/sponsors", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/sponsors/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserSponsor", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -209701,20 +210092,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamwork", + "Uri": "/users/{user-id}/sponsors/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserSponsorCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserTeamwork", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -209733,76 +210124,37 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphUserTeamwork" + "CommandAlias": null, + "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserTeamwork", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", - "Permissions": [ - { - "Name": "Team.ReadBasic.All", - "Description": "Get a list of all teams", - "FullDescription": "Get a list of all teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "TeamSettings.ReadWrite.All", - "Description": "Read and change all teams' settings", - "FullDescription": "Read and change all teams' settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamSettings.Read.All", - "Description": "Read all teams' settings", - "FullDescription": "Read all team's settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -209829,20 +210181,59 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Team.ReadBasic.All", + "Description": "Get a list of all teams", + "FullDescription": "Get a list of all teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "TeamSettings.ReadWrite.All", + "Description": "Read and change all teams' settings", + "FullDescription": "Read and change all teams' settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamSettings.Read.All", + "Description": "Read all teams' settings", + "FullDescription": "Read all team's settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -209957,19 +210348,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -210084,20 +210476,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledAppChat", + "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -210164,20 +210555,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledAppCount", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppChat", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -210292,50 +210683,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", + "Uri": "/users/{user-id}/teamwork/installedApps/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoList", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.Read", @@ -210370,19 +210761,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTaskList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoList", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.Read", @@ -210417,20 +210809,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTaskList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoListCount", + "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoList", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210465,20 +210856,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoListDelta", + "Uri": "/users/{user-id}/todo/lists/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/delta", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserTodoListCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -210505,64 +210896,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTaskList" + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/delta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserTodoListDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTodoListExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserTodoListExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoListExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTodoListExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTask", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -210597,19 +210988,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -210644,20 +211036,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTask" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachment", + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.Read", @@ -210692,19 +211083,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttachmentBase" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachment", + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.Read", @@ -210739,20 +211131,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttachmentBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210787,20 +211178,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachmentCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210835,79 +211226,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -210942,19 +211333,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChecklistItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -210989,20 +211381,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChecklistItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -211037,20 +211428,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -211085,20 +211476,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskDelta", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskCount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -211133,64 +211524,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTask" + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskDelta", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskExtensionCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskLinkedResource", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -211225,19 +211616,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLinkedResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -211272,20 +211664,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLinkedResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -211320,34 +211711,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOf", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOf", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Beta.Users", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOf", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -211398,107 +211790,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -211549,2515 +211940,2515 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", + "Uri": "/users/{user-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveReport", + "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBetaUserTransitiveReport", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/transitiveReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveReportCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveReports/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveReportCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + "Method": "GET", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + "Method": "GET", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get1", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Method": "GET", + "Command": "Get-MgBetaVirtualEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Method": "GET", + "Command": "Get-MgBetaVirtualEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventPresenterSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterSessionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionPresenterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhall", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhall", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallByUserRole", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallByUserRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinar", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinar", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarByUserRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarByUserRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" - }, - { - "CommandAlias": "Get-MgBetaWuCatalogEntry", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/catalog/entries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuCatalogEntryCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/catalog/entries/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeployment", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" - }, - { - "CommandAlias": "Get-MgBetaWuDeployment", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" - }, - { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" - }, - { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuDeploymentCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicy", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" - }, - { - "CommandAlias": "Get-MgBetaWuPolicy", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudience", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" - }, - { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" - }, - { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" - }, - { - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuPolicyCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesPolicyCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProduct", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" - }, - { - "CommandAlias": "Get-MgBetaWuProduct", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductEdition", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" - }, - { - "CommandAlias": "Get-MgBetaWuProductEdition", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/editions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductEditionCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" - }, - { - "CommandAlias": "Get-MgBetaWuProductKnownIssue", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductRevision", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" - }, - { - "CommandAlias": "Get-MgBetaWuProductRevision", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductRevisionCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuResourceConnection", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" - }, - { - "CommandAlias": "Get-MgBetaWuResourceConnection", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/resourceConnections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuResourceConnectionCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/resourceConnections/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaWuUpdatableAsset", "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { - "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", - "Method": "GET", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusiness", - "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214092,19 +214483,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingBusiness" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusiness", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214139,20 +214531,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingBusiness" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusiness", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214187,19 +214578,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214234,20 +214626,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessAppointmentCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214282,34 +214673,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Method": "GET", + "Command": "Get-MgBookingBusinessAppointmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBookingAppointment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214344,20 +214736,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessCalendarViewCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -214392,19 +214783,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/$count", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessCalendarViewCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -214439,20 +214831,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/$count", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214487,19 +214878,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "ApiReferenceLink": null, + "Module": "Bookings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomerBase", + "Permissions": [ + { + "Name": "Bookings.Read.All", + "Description": "Read all Bookings related resources.", + "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "BookingsAppointment.ReadWrite.All", + "Description": "Read and write all Bookings related resources.", + "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.Manage.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -214534,20 +214973,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomerBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomerCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomerCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214582,67 +215021,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [ - { - "Name": "Bookings.Read.All", - "Description": "Read all Bookings related resources.", - "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "BookingsAppointment.ReadWrite.All", - "Description": "Read and write all Bookings related resources.", - "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.Manage.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Bookings", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214677,20 +215069,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomQuestionCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -214725,20 +215116,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomQuestionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214773,19 +215164,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingService" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessService", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214820,20 +215212,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingService" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessServiceCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessService", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214868,22 +215259,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBookingBusinessStaffAvailability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "ApiVersion": "v1.0", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessServiceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214926,20 +215315,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphStaffAvailabilityItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessStaffMember", - "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "ApiVersion": "v1.0", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", + "Module": "Bookings", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "POST", + "Command": "Get-MgBookingBusinessStaffAvailability", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214974,19 +215365,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingStaffMemberBase", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -215021,20 +215413,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingStaffMemberBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingBusinessStaffMemberCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -215069,20 +215460,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingCurrency", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", "ApiReferenceLink": null, - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -215117,19 +215508,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCurrency" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingCurrency", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingCurrencies", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingCurrency", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -215164,19 +215556,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCurrency" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBookingCurrencyCount", + "Uri": "/solutions/bookingCurrencies", "ApiReferenceLink": null, - "Uri": "/solutions/bookingCurrencies/$count", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ - "Get" + "List" ], - "Module": "Bookings", + "Method": "GET", + "Command": "Get-MgBookingCurrency", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -215211,20 +215603,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", - "Uri": "/chats/{chat-id}", - "ApiVersion": "v1.0", + "Uri": "/solutions/bookingCurrencies/$count", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgBookingCurrencyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -215291,19 +215682,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", - "Uri": "/chats", - "ApiVersion": "v1.0", + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChat", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -215354,19 +215746,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatCount", - "ApiReferenceLink": null, - "Uri": "/chats/$count", - "ApiVersion": "v1.0", + "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Get" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChat", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -215417,20 +215809,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatInstalledApp", + "Uri": "/chats/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -215513,19 +215904,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -215640,20 +216032,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatInstalledAppCount", + "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -215768,65 +216159,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatInstalledAppTeamApp", + "Uri": "/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgChatInstalledAppCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatInstalledAppTeamAppDefinition", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgChatInstalledAppTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatLastMessagePreview", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Method": "GET", + "Command": "Get-MgChatInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMember", + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatLastMessagePreview", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -215957,19 +216348,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMember", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -216068,20 +216460,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMemberCount", + "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -216180,21 +216571,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessage", + "Uri": "/chats/{chat-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", - "Get1", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -216245,19 +216635,21 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -216300,20 +216692,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageCount", + "Uri": "/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -216356,86 +216747,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Uri": "/chats/{chat-id}/messages/delta", - "ApiVersion": "v1.0", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Module": "Teams", - "Permissions": [ - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "ChatMessage.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatMessageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -216477,14 +216802,6 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, - { - "Name": "Chat.ReadWrite.All", - "Description": "Read and write all chat messages", - "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, { "Name": "Chat.Read.All", "Description": "Read all chat messages", @@ -216494,19 +216811,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "Uri": "/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "List" + "Delta", + "DeltaViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatMessageDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -216565,20 +216883,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageHostedContentCount", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -216637,139 +216957,211 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ChatMessage.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgChatMessageHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgChatMessageReply", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], + "CommandAlias": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgChatMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgChatMessageReplyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgChatMessageReplyDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgChatMessageReplyHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgChatPermissionGrant", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Teams", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -216868,20 +217260,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatPermissionGrantCount", + "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatPermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -216980,36 +217371,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgChatPermissionGrantCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgChatPinnedMessage", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Teams", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [ { "Name": "Chat.Read", @@ -217052,20 +217444,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatPinnedMessageCount", + "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -217108,20 +217499,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatTab", + "Uri": "/chats/{chat-id}/pinnedMessages/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatPinnedMessageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -217188,19 +217579,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatTab", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -217251,20 +217643,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatTabCount", + "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgChatTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -217315,35 +217706,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgChatTabTeamApp", + "Uri": "/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgChatTabCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCall", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgChatTabTeamApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -217362,20 +217753,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCall" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationCall", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -217394,19 +217785,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -217425,20 +217817,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -217457,20 +217848,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -217505,19 +217896,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentSharingSession", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -217552,20 +217944,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentSharingSession" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallContentSharingSessionCount", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -217600,78 +217991,78 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSessionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationCallCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Method": "GET", + "Command": "Get-MgCommunicationCallOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Method": "GET", + "Command": "Get-MgCommunicationCallOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallOperationCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationCallOperationCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallParticipant", - "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -217690,19 +218081,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphParticipant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -217721,20 +218113,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphParticipant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallParticipantCount", + "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants/$count", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -217753,124 +218144,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/participants/$count", + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgCommunicationCallParticipantCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallRecord", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsCallRecord" + "Method": "GET", + "Command": "Get-MgCommunicationCallRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallRecordCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallRecordSessionCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSessionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "CloudCommunications", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -217905,122 +218297,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "CommandAlias": null, + "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingCount", - "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "CloudCommunications", + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -218055,182 +218447,182 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/communications/onlineMeetings/$count", + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgCommunicationPresence", - "ApiReferenceLink": null, - "Uri": "/communications/presences", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "CloudCommunications", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read", @@ -218257,20 +218649,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPresence" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgCommunicationPresenceByUserId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", - "Uri": "/communications/getPresencesByUserId", - "ApiVersion": "v1.0", + "Uri": "/communications/presences", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ - "Get", - "GetExpanded" + "List" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgCommunicationPresence", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read.All", @@ -218289,19 +218680,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPresence" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationPresenceCount", - "ApiReferenceLink": null, - "Uri": "/communications/presences/$count", - "ApiVersion": "v1.0", + "Uri": "/communications/getPresencesByUserId", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ - "Get" + "Get", + "GetExpanded" ], - "Module": "CloudCommunications", + "Method": "POST", + "Command": "Get-MgCommunicationPresenceByUserId", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.Read", @@ -218328,34 +218720,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCompliance", + "Uri": "/communications/presences/$count", "ApiReferenceLink": null, - "Uri": "/compliance", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompliance" + "Method": "GET", + "Command": "Get-MgCommunicationPresenceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCompliance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", - "Uri": "/contacts/{orgContact-id}", - "ApiVersion": "v1.0", + "Uri": "/compliance", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgCompliance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218382,19 +218773,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", - "Uri": "/contacts", - "ApiVersion": "v1.0", + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218421,34 +218813,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" + "CommandAlias": null, + "Uri": "/contacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgContactById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/contacts/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgContactById", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactCount", - "ApiReferenceLink": null, - "Uri": "/contacts/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218475,19 +218867,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", - "Uri": "/contacts/delta", - "ApiVersion": "v1.0", + "Uri": "/contacts/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgContactCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218514,34 +218906,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" + "CommandAlias": null, + "Uri": "/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgContactDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDirectReport", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgContactDirectReport", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/directReports", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218576,78 +218968,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/directReports", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgContactDirectReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgContactDirectReportAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgContactDirectReportAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgContactDirectReportAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgContactDirectReportAsUser", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDirectReportCount", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/directReports/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218682,50 +219073,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDirectReportCountAsOrgContact", + "Uri": "/contacts/{orgContact-id}/directReports/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgContactDirectReportCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactDirectReportCountAsUser", + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgContactDirectReportCountAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactManager", + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/manager", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgContactDirectReportCountAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218760,22 +219151,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/contacts/{orgContact-id}/manager", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgContactManager", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -218858,22 +219247,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgContactMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "POST", + "Command": "Get-MgContactMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -218972,34 +219361,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOf", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgContactMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOf", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/memberOf", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgContactMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -219034,78 +219426,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/memberOf", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgContactMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgContactMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgContactMemberOfAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -219140,93 +219531,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgContactMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgContactMemberOfCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgContactServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgContactServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgContactTransitiveMemberOf", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -219253,78 +219645,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -219351,50 +219742,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", - "Uri": "/contracts/{contract-id}", - "ApiVersion": "v1.0", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -219413,19 +219804,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContract" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", - "Uri": "/contracts", - "ApiVersion": "v1.0", + "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgContract", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -219444,34 +219836,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContract" + "CommandAlias": null, + "Uri": "/contracts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgContract", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgContractById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/contracts/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgContractById", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContractCount", - "ApiReferenceLink": null, - "Uri": "/contracts/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -219490,19 +219882,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgContractDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "Uri": "/contracts/delta", - "ApiVersion": "v1.0", + "Uri": "/contracts/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgContractCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Directory.Read.All", @@ -219521,54 +219913,53 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/contracts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgContractDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/contracts/{contract-id}/getMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgContractMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgContractMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/contracts/{contract-id}/getMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgContractMemberObject", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDataPolicyOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Permissions": [ { "Name": "User.Export.All", @@ -219587,48 +219978,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDataPolicyOperation" - }, - { "CommandAlias": null, + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgDataPolicyOperation", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Permissions": [], + "CommandAlias": null, "Uri": "/dataPolicyOperations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Method": "GET", + "Command": "Get-MgDataPolicyOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDataPolicyOperationCount", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDataPolicyOperationCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", - "Uri": "/devices/{device-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -219663,19 +220054,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", - "Uri": "/devices", - "ApiVersion": "v1.0", + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -219710,19 +220102,129 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" + "CommandAlias": null, + "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDevice", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgt", - "Method": "GET", - "Command": "Get-MgDeviceAppManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/deviceAppManagement", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219757,83 +220259,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAppManagement" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219868,19 +220307,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219915,20 +220354,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219963,20 +220402,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220011,19 +220450,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220058,20 +220497,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220081,22 +220520,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -220106,51 +220529,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220185,20 +220576,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220233,19 +220624,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220280,20 +220672,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220328,19 +220719,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220375,20 +220767,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220423,19 +220814,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220470,20 +220862,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220518,20 +220909,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220550,19 +220941,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220581,20 +220973,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220629,19 +221020,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220676,20 +221068,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220724,20 +221115,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220772,19 +221163,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220819,20 +221211,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220867,19 +221258,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220898,20 +221290,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220946,67 +221337,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221041,19 +221385,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221088,20 +221433,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221136,19 +221480,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221183,20 +221527,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221231,19 +221575,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221278,20 +221622,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221326,19 +221670,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221373,20 +221717,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221421,19 +221765,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221468,20 +221812,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221516,20 +221860,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221564,19 +221907,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppOperation" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221611,20 +221955,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppOperation" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221659,19 +222003,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221706,20 +222050,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221754,19 +222098,67 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppStatuses", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221801,19 +222193,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppStatus" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppStatuses", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppStatuses/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221848,20 +222240,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221880,19 +222303,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBook" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221911,20 +222334,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBook" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221943,19 +222366,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221974,20 +222397,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222006,19 +222429,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222037,20 +222460,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222069,19 +222492,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceInstallState" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222100,20 +222523,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceInstallState" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222132,20 +222555,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222164,20 +222587,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEBookInstallSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222196,19 +222619,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222227,20 +222650,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222259,20 +222682,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222291,19 +222714,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceInstallState" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222322,20 +222745,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceInstallState" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222354,20 +222777,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222386,51 +222809,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222465,19 +222856,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222512,20 +222904,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222560,19 +222951,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222591,20 +222983,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222639,19 +223030,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222686,20 +223078,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222734,20 +223125,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222782,19 +223173,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222829,20 +223221,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222877,20 +223268,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222909,19 +223300,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222940,34 +223332,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidLobApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/androidLobApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222986,254 +223378,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/androidLobApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidStoreApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223252,122 +223644,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAndroidStoreApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/iosLobApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223386,254 +223778,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/iosLobApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosStoreApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIosStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223652,122 +224044,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosStoreApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/iosVppApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIosVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223786,122 +224178,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosVppApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/iosVppApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSDmgApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223920,254 +224312,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSDmgApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSLobApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224186,254 +224578,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMacOSLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224452,254 +224844,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedIosLobApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedIosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224718,254 +225110,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedIosLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedMobileLobApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224984,254 +225376,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileLobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225250,108 +225642,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225370,19 +225761,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225401,20 +225793,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225433,34 +225824,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWin32LobApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "OutputType": "IMicrosoftGraphWin32LobApp", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/win32LobApp", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225479,254 +225871,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWin32LobApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/win32LobApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAppX" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsAppX", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225745,254 +226137,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAppX" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsAppX", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsMobileMsi" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226011,254 +226403,254 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMobileMsi" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226277,298 +226669,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsWebApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226587,110 +226979,141 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsWebApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226709,20 +227132,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List", "List1" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226741,20 +227164,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppCategory" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226773,20 +227196,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226805,19 +227228,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226836,20 +227259,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226868,19 +227291,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226899,20 +227322,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226931,19 +227354,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226962,20 +227385,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226994,19 +227417,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227025,20 +227448,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227057,20 +227480,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227089,20 +227512,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227121,19 +227544,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227152,20 +227575,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227184,20 +227607,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227216,19 +227639,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227247,19 +227670,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227278,19 +227701,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227309,19 +227732,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227340,19 +227763,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227371,19 +227794,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227402,19 +227825,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227433,19 +227856,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227464,19 +227887,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227495,19 +227918,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227526,19 +227949,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227557,19 +227980,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227588,19 +228011,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227619,19 +228042,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227650,19 +228073,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227681,19 +228104,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227712,19 +228135,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227743,20 +228166,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227775,19 +228198,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227797,6 +228220,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -227806,20 +228245,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227854,19 +228293,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227901,20 +228340,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227949,20 +228388,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227997,19 +228436,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228044,20 +228483,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228067,22 +228506,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, { "Name": "DeviceManagementApps.ReadWrite.All", "Description": "Read and write Microsoft Intune apps", @@ -228092,51 +228515,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", - "ApiReferenceLink": null, + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228171,20 +228562,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementVppToken", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -228219,19 +228610,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementVppToken", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -228266,19 +228658,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementVppTokenCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -228313,67 +228705,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Devices.CorporateManagement", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } + "Variants": [ + "Get" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppTokenCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228408,20 +228752,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228456,19 +228800,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228503,20 +228847,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228551,19 +228895,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228598,20 +228942,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228646,19 +228990,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228693,20 +229037,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228741,20 +229085,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228789,19 +229132,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228836,20 +229180,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228884,20 +229228,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", - "Uri": "/devices(deviceId='{deviceId}')", - "ApiVersion": "v1.0", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -228932,34 +229323,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" + "CommandAlias": null, + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceByDeviceId", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/devices/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgDeviceById", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceCount", - "ApiReferenceLink": null, - "Uri": "/devices/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -228994,77 +229386,77 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/devices/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", "Uri": "/devices/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delta" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgDeviceDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgDeviceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceExtensionCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0", - "Uri": "/deviceManagement", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229147,19 +229539,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagement" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0", + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -229194,20 +229586,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229226,19 +229617,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229257,20 +229649,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229289,19 +229680,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEventAuditCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Functions", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229320,19 +229712,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEventCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/$count", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229351,20 +229743,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/auditEvents/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229399,19 +229790,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229446,19 +229838,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", + "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229493,19 +229885,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/complianceManagementPartners/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229540,20 +229932,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229588,19 +229979,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDetectedApp" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229635,19 +230027,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDetectedApp" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedAppCount", + "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229682,20 +230074,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229714,19 +230105,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229745,20 +230137,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229777,20 +230168,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229825,19 +230216,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229872,19 +230264,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCategoryCount", + "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229919,20 +230311,51 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/deviceCategories/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229951,19 +230374,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229982,20 +230405,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230014,19 +230437,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230045,20 +230468,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230077,19 +230500,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230108,20 +230531,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230140,19 +230563,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230171,20 +230594,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230203,19 +230626,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230234,20 +230657,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230266,19 +230689,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230297,20 +230720,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230329,20 +230752,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230361,20 +230784,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230393,19 +230816,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230424,20 +230847,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230456,20 +230879,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230488,19 +230911,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230519,20 +230942,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230551,20 +230974,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230583,19 +231006,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230614,19 +231037,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230645,20 +231068,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230677,19 +231100,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230708,20 +231131,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230740,20 +231163,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230772,19 +231195,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230803,20 +231226,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230835,20 +231258,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230867,20 +231290,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230899,19 +231322,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230930,20 +231353,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230962,19 +231385,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230993,20 +231416,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231025,19 +231448,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231056,20 +231479,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231088,19 +231511,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231119,20 +231542,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231151,19 +231574,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231182,20 +231605,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231214,19 +231637,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231245,20 +231668,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231277,20 +231700,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231309,20 +231732,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231341,20 +231764,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231373,51 +231796,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231436,20 +231827,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231468,20 +231859,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231516,19 +231907,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231563,20 +231955,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231611,19 +232002,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231658,20 +232050,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231706,19 +232097,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231753,20 +232145,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementEffectivePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", - "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRolePermission", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -231785,20 +232176,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRolePermission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementEffectivePermission", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231833,19 +232224,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231880,19 +232272,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementExchangeConnectorCount", + "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231927,20 +232319,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/exchangeConnectors/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnectorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231959,19 +232350,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231990,19 +232382,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232021,20 +232413,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -232053,19 +232444,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/iosUpdateStatuses", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -232084,19 +232476,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementIoUpdateStatusCount", + "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -232115,20 +232507,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/iosUpdateStatuses/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatusCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232163,19 +232554,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232210,122 +232602,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232360,63 +232752,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceOverview", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceOverview", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232451,93 +232843,92 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceOverview" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDeviceOverview", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232556,19 +232947,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232587,20 +232979,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232635,19 +233026,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232682,20 +233074,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232730,19 +233121,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232761,20 +233153,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232809,19 +233200,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232856,19 +233248,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232903,20 +233295,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232935,19 +233326,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232966,19 +233358,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", + "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232997,20 +233389,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233029,19 +233420,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233060,20 +233452,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233092,20 +233483,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementPartner", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233140,19 +233531,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233187,19 +233579,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementPartnerCount", + "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233234,20 +233626,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/deviceManagementPartners/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementPartnerCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233282,19 +233673,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233329,19 +233721,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", + "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233376,19 +233768,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementReport", + "Uri": "/deviceManagement/remoteAssistancePartners/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233455,20 +233847,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementReports" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportCachedReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getCachedReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Module": "DeviceManagement.Actions", + "Method": "GET", + "Command": "Get-MgDeviceManagementReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233519,20 +233910,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getCachedReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCachedReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233583,20 +233974,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233647,20 +234038,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233711,20 +234102,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233775,20 +234166,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233839,20 +234230,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233903,20 +234294,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233967,20 +234358,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234031,20 +234422,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234095,20 +234486,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234159,20 +234550,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementReportExportJob", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Reports", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234223,19 +234614,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementReportExportJob", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/exportJobs", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234286,83 +234678,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementReportExportJobCount", + "Uri": "/deviceManagement/reports/exportJobs", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/exportJobs/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], "Module": "Reports", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } + "Variants": [ + "List" ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportFilter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getReportFilters", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234413,20 +234741,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportHistoricalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getHistoricalReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/exportJobs/$count", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Module": "DeviceManagement.Actions", + "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJobCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234477,20 +234804,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getReportFilters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportFilter", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234541,20 +234868,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getHistoricalReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportHistoricalReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234605,20 +234932,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234669,20 +234996,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234733,20 +235060,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234797,20 +235124,84 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -234845,19 +235236,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -234892,19 +235284,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperationCount", + "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -234939,20 +235331,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/resourceOperations/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -234987,19 +235378,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235034,19 +235426,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignmentCount", + "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235081,35 +235473,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", + "Uri": "/deviceManagement/roleAssignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleDefinition" + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235144,19 +235535,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235191,19 +235583,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionCount", + "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235238,20 +235630,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235286,19 +235677,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235333,20 +235725,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235381,20 +235772,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235429,19 +235820,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235460,20 +235852,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/softwareUpdateStatusSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235492,19 +235883,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235523,19 +235915,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235554,20 +235946,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235586,19 +235977,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditions" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235617,20 +236009,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditions" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235649,19 +236040,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235680,20 +236072,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235712,20 +236103,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235744,20 +236135,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditions" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235776,19 +236167,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235807,20 +236199,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235839,19 +236230,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235870,20 +236262,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/termsAndConditions/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235902,19 +236293,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235933,19 +236325,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementTroubleshootingEventCount", + "Uri": "/deviceManagement/troubleshootingEvents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235964,20 +236356,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/troubleshootingEvents/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEventCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236012,19 +236403,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236059,20 +236451,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236107,19 +236498,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236154,19 +236546,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236201,20 +236593,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236249,19 +236640,67 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" - }, - { "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236296,19 +236735,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236343,20 +236782,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236391,19 +236830,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236438,19 +236877,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236485,19 +236924,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236532,20 +236971,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236580,19 +237019,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236627,19 +237066,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236674,20 +237113,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236722,19 +237161,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236769,19 +237208,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236816,20 +237255,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236864,19 +237303,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236911,19 +237350,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236958,20 +237397,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237006,19 +237445,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237053,19 +237492,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237100,19 +237539,62 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "ApiReferenceLink": null, "Module": "DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237147,63 +237629,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237238,19 +237677,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237285,20 +237724,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237333,20 +237772,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237381,20 +237820,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237429,19 +237868,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237476,20 +237915,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237524,20 +237963,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237572,20 +238011,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237620,20 +238059,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237668,20 +238107,92 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Permissions": [], "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "List" + ], "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "ApiReferenceLink": null, "Module": "DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237716,92 +238227,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "v1.0", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237836,19 +238275,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237883,19 +238322,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237930,20 +238369,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237978,19 +238417,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238025,19 +238464,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238072,20 +238511,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238120,19 +238559,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238167,19 +238606,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238214,20 +238653,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238262,19 +238701,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238309,67 +238748,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238404,19 +238795,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238451,19 +238843,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238498,20 +238890,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238546,19 +238937,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238593,19 +238985,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238640,20 +239032,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238688,19 +239079,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238735,19 +239127,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238782,19 +239174,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238829,20 +239221,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238877,19 +239268,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238924,19 +239316,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238971,19 +239363,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239018,20 +239410,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239066,19 +239457,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239113,19 +239505,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239160,20 +239552,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239208,19 +239599,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239255,20 +239647,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239303,20 +239694,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239351,19 +239742,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239398,19 +239790,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239445,34 +239837,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpoint", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEndpoint" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Permissions": [ + { + "Name": "CloudPC.Read.All", + "Description": "Read Cloud PCs", + "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "CloudPC.ReadWrite.All", + "Description": "Read and write Cloud PCs", + "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239491,19 +239914,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239522,19 +239945,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239553,19 +239976,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239584,20 +240007,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239616,19 +240039,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPc" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239647,19 +240070,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPc" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239678,20 +240101,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239710,19 +240133,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239741,19 +240164,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239772,19 +240195,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get" ], - "Module": "DeviceManagement.Functions", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239803,20 +240226,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239835,19 +240258,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239866,19 +240289,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239897,20 +240320,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239929,19 +240352,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239960,19 +240383,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239991,20 +240414,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240023,182 +240446,151 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [ - { - "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "CloudPC.ReadWrite.All", - "Description": "Read and write Cloud PCs", - "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "DeviceManagement.Administration", + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240217,20 +240609,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240249,19 +240640,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240280,63 +240672,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "DeviceManagement.Administration", + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240355,20 +240747,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240387,19 +240778,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240418,19 +240810,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240449,20 +240841,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240481,19 +240872,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240512,19 +240904,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240543,20 +240935,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240575,19 +240966,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240606,19 +240998,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240637,20 +241029,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240685,19 +241076,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240732,19 +241124,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", + "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240779,20 +241171,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/$count", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240827,19 +241218,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240874,20 +241266,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240922,22 +241313,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Uri": "/devices/{device-id}/getMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -241020,22 +241409,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Uri": "/devices/{device-id}/getMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/devices/{device-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "POST", + "Command": "Get-MgDeviceMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -241134,34 +241523,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOf", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Uri": "/devices/{device-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgDeviceMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOf", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -241196,78 +241588,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/devices/{device-id}/memberOf", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -241302,49 +241693,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", + "Uri": "/devices/{device-id}/memberOf/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceMemberOfCountAsGroup", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/memberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwner", + "Uri": "/devices/{device-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceMemberOfCountAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -241379,135 +241771,135 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/devices/{device-id}/registeredOwners", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/user", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerByRef", + "Uri": "/devices/{device-id}/registeredOwners/user", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -241542,20 +241934,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerCount", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -241590,79 +241981,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", + "Uri": "/devices/{device-id}/registeredOwners/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", + "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/user/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUser", + "Uri": "/devices/{device-id}/registeredOwners/user/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -241697,135 +242089,135 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/devices/{device-id}/registeredUsers", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/user", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserByRef", + "Uri": "/devices/{device-id}/registeredUsers/user", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -241860,20 +242252,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserCount", + "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -241908,99 +242299,100 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", + "Uri": "/devices/{device-id}/registeredUsers/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", + "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserCountAsUser", + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/user/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOf", + "Uri": "/devices/{device-id}/registeredUsers/user/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOf", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -242014,99 +242406,98 @@ "IsLeastPrivilege": false }, { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/devices/{device-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -242120,80 +242511,80 @@ "IsLeastPrivilege": false }, { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectory", + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/directory", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectory" + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnit", + "Uri": "/directory", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242228,19 +242619,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242275,19 +242667,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitCount", + "Uri": "/directory/administrativeUnits", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242322,19 +242714,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "Uri": "/directory/administrativeUnits/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/delta", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242369,63 +242761,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "CommandAlias": null, + "Uri": "/directory/administrativeUnits/delta", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMember", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242460,34 +242852,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242522,34 +242914,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242584,34 +242976,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242646,34 +243038,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242708,34 +243100,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrgContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242770,34 +243162,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242832,19 +243224,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242879,20 +243271,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242927,20 +243318,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242975,20 +243366,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243023,20 +243414,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243071,20 +243462,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243119,20 +243510,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243167,20 +243558,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243215,20 +243606,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -243263,19 +243654,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -243310,20 +243702,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -243358,20 +243749,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAttributeSet", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243390,19 +243781,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAttributeSet", + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAttributeSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243421,19 +243813,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAttributeSetCount", + "Uri": "/directory/attributeSets", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAttributeSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243452,20 +243844,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/attributeSets/$count", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryAttributeSetCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243484,19 +243875,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243515,20 +243907,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243547,19 +243938,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAllowedValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243578,20 +243970,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAllowedValue" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243610,19 +244001,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243641,385 +244033,384 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItem", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" - }, - { - "CommandAlias": "Get-MgDirectoryDeletedApplication", "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsApplication", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" - }, - { - "CommandAlias": "Get-MgDirectoryDeletedDevice", "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsDevice", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" - }, - { - "CommandAlias": "Get-MgDirectoryDeletedGroup", "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Get-MgDirectoryDeletedUser", - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemAsUser", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": "Get-MgDirectoryDeletedUser", "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsUser", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deletedItems/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryDeletedItemById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/directory/deletedItems/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemById", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/administrativeUnit/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/application/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/device/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/group/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/servicePrincipal/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryDeletedItemCountAsUser", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/user/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryDeletedItemMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], + "CommandAlias": null, "Uri": "/directory/deviceLocalCredentials", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Method": "GET", + "Command": "Get-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryDeviceLocalCredentialCount", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryDeviceLocalCredentialCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -244038,19 +244429,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -244069,19 +244461,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryFederationConfigurationCount", + "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -244100,109 +244492,106 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/federationConfigurations/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDirectoryFederationConfigurationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", "Uri": "/directoryObjects/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgDirectoryObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DirectoryObjects", "Variants": [ "List" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgDirectoryObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtensionProperty", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", "Uri": "/directoryObjects/getAvailableExtensionProperties", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetExpanded" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtensionProperty" + "Method": "POST", + "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryObjectById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/directoryObjects/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetExpanded" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgDirectoryObjectById", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryObjectCount", - "ApiReferenceLink": null, "Uri": "/directoryObjects/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DirectoryObjects", "Variants": [ "Get" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryObjectCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryObjectDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", "Uri": "/directoryObjects/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Module": "DirectoryObjects", "Variants": [ "Delta" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgDirectoryObjectDelta", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Module": "DirectoryObjects", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -244285,22 +244674,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryObjectMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "DirectoryObjects", + "Method": "POST", + "Command": "Get-MgDirectoryObjectMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -244399,34 +244788,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "ApiVersion": "v1.0", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Method": "POST", + "Command": "Get-MgDirectoryObjectMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryOnPremiseSynchronization", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": null, - "Uri": "/directory/onPremisesSynchronization", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -244445,19 +244837,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", + "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, - "Uri": "/directory/onPremisesSynchronization/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -244476,20 +244868,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", - "Uri": "/directoryRoles/{directoryRole-id}", - "ApiVersion": "v1.0", + "Uri": "/directory/onPremisesSynchronization/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244524,19 +244915,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", - "Uri": "/directoryRoles", - "ApiVersion": "v1.0", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRole", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244571,35 +244963,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRole" + "CommandAlias": null, + "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/directoryRoles/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgDirectoryRoleById", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244634,19 +245025,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleCount", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/$count", - "ApiVersion": "v1.0", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleByRoleTemplateId", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244681,19 +245073,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", - "Uri": "/directoryRoles/delta", - "ApiVersion": "v1.0", + "Uri": "/directoryRoles/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244728,19 +245120,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMember", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members", - "ApiVersion": "v1.0", + "Uri": "/directoryRoles/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Delta" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244775,193 +245167,193 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/directoryRoles/{directoryRole-id}/members", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDirectoryRoleMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsUser", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberByRef", + "Uri": "/directoryRoles/{directoryRole-id}/members/user", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244996,20 +245388,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberCount", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245044,158 +245435,159 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245230,20 +245622,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleScopedMemberCount", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245278,20 +245669,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "ApiVersion": "v1.0", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245326,19 +245717,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", - "Uri": "/directoryRoleTemplates", - "ApiVersion": "v1.0", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245373,34 +245765,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "CommandAlias": null, + "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateById", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleTemplateCount", - "ApiReferenceLink": null, - "Uri": "/directoryRoleTemplates/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245435,19 +245827,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleTemplateDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "Uri": "/directoryRoleTemplates/delta", - "ApiVersion": "v1.0", + "Uri": "/directoryRoleTemplates/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ - "Delta" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245482,112 +245874,111 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/directoryRoleTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplateDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "GET", + "Command": "Get-MgDirectorySubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "GET", + "Command": "Get-MgDirectorySubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "GET", + "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectorySubscriptionCount", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDirectorySubscriptionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", - "Uri": "/domains/{domain-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -245614,19 +246005,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDomain" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", - "Uri": "/domains", - "ApiVersion": "v1.0", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDomain", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -245653,19 +246045,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDomain" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainCount", - "ApiReferenceLink": null, - "Uri": "/domains/$count", - "ApiVersion": "v1.0", + "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDomain", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -245692,20 +246084,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainFederationConfiguration", + "Uri": "/domains/$count", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDomainCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Permissions": [ { "Name": "Domain.Read.All", @@ -245724,63 +246115,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInternalDomainFederation" - }, - { "CommandAlias": null, + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgDomainFederationConfiguration", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], + "CommandAlias": null, "Uri": "/domains/{domain-id}/federationConfiguration", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Method": "GET", + "Command": "Get-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainFederationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDomainFederationConfigurationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainNameReference", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgDomainNameReference", - "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/domainNameReferences", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Domain.Read.All", @@ -245799,20 +246191,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainNameReferenceCount", + "Uri": "/domains/{domain-id}/domainNameReferences", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDomainNameReference", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -245831,34 +246222,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/domainNameReferences/$count", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "GET", + "Command": "Get-MgDomainNameReferenceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -245877,20 +246269,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDomainDnsRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainServiceConfigurationRecordCount", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -245909,34 +246300,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "GET", + "Command": "Get-MgDomainServiceConfigurationRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -245955,20 +246347,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDomainDnsRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDomainVerificationDnsRecordCount", + "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -245987,20 +246378,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDrive", + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecordCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -246051,270 +246442,270 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, + "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgDrive", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], + "CommandAlias": null, "Uri": "/drives", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveBundleContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveBundleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgDriveContentTypeBase", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveFollowing", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveFollowing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveFollowing", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveFollowing", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveFollowingContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveFollowingCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItem", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -246381,51 +246772,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgDriveItem", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/drives/{drive-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveItemActivityByInterval", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemAnalytic", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -246476,78 +246867,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAnalytics" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -246598,20 +246989,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityStat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemAnalyticTime", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -246662,34 +247053,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityStat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticTime", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemChild", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -246740,35 +247132,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemChildContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemChildCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemChildContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -246819,20 +247210,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemChildCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -246883,505 +247274,505 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveItemDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveItemItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgDriveItemListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveItemListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemPermission", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.Read", @@ -247432,19 +247823,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemPermission", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.Read", @@ -247495,20 +247887,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemPermissionCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemPermission", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -247559,93 +247950,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgDriveItemPermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgDriveItemSubscription", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], + "CommandAlias": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveItemSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgDriveItemThumbnail", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Files", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [ { "Name": "Files.Read", @@ -247696,20 +248088,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphThumbnailSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemThumbnailCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -247760,20 +248151,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemThumbnailCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -247824,19 +248215,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItemVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -247887,20 +248279,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItemVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemVersionContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -247951,20 +248342,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveItemVersionCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgDriveItemVersionContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -248015,1113 +248406,1111 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDriveItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveList", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgDriveListColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLinkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPositionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListContentTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveListCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/drive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgDriveListDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgDriveListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListItemCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/items/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgDriveListItemDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveListSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveRootActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/allTime", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticTime", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/root/delta", - "ApiVersion": "v1.0", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -249172,672 +249561,674 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Files", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgDriveRootDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgDriveRootListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveRootListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootPermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootThumbnailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveRootVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveSpecial", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveSpecial", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveSpecial", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgDriveSpecial", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveSpecialContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgDriveSpecialCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClass", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -249864,19 +250255,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClass", + "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": null, - "Uri": "/education/classes", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -249903,20 +250295,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignment", + "Uri": "/education/classes", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -249983,19 +250374,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250062,20 +250454,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250142,20 +250533,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250222,19 +250613,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "List", + "List1" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250301,22 +250693,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategoryCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250383,22 +250772,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250465,20 +250854,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250545,20 +250936,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignments/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250625,20 +251016,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250705,35 +251096,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentGradingCategory", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "DeltaViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentGradingCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250800,19 +251191,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250879,20 +251271,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250959,20 +251350,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251039,20 +251430,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251119,20 +251510,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251199,64 +251590,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251323,19 +251714,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251402,20 +251794,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251482,34 +251873,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.Read", @@ -251544,20 +251936,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationOutcome" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -251592,20 +251983,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251672,19 +252063,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251751,20 +252143,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251831,20 +252222,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251911,19 +252302,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251990,20 +252382,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -252070,19 +252461,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252109,19 +252501,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", - "Uri": "/education/classes/delta", - "ApiVersion": "v1.0", + "Uri": "/education/classes/$count", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ - "Delta" + "Get" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252172,20 +252564,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassGroup", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/group", - "ApiVersion": "v1.0", + "Uri": "/education/classes/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252236,48 +252627,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/group", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgEducationClassGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgEducationClassGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassMember", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252312,19 +252704,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassMemberByRef", + "Uri": "/education/classes/{educationClass-id}/members", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252359,20 +252751,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassMemberCount", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassMemberByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252407,20 +252798,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252455,19 +252846,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassModule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252502,20 +252894,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassModuleCount", + "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassModule", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -252550,20 +252941,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassModuleCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252598,19 +252989,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationModuleResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassModuleResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252645,20 +253037,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationModuleResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassModuleResourceCount", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassModuleResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -252693,34 +253084,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassSchool", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Method": "GET", + "Command": "Get-MgEducationClassModuleResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassSchool", + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/schools", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassSchool", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252747,20 +253139,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassSchoolCount", + "Uri": "/education/classes/{educationClass-id}/schools", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/schools/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassSchool", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252787,19 +253178,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassTeacher", + "Uri": "/education/classes/{educationClass-id}/schools/$count", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/teachers", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassSchoolCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252826,19 +253218,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassTeacherByRef", + "Uri": "/education/classes/{educationClass-id}/teachers", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassTeacher", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252865,20 +253257,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassTeacherCount", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassTeacherByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252905,19 +253296,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMe", + "Uri": "/education/classes/{educationClass-id}/teachers/$count", "ApiReferenceLink": null, - "Uri": "/education/me", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationClassTeacherCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252944,34 +253336,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignment", + "Uri": "/education/me", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgEducationMe", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253038,77 +253430,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "CommandAlias": null, + "Uri": "/education/me/assignments", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/education/me/assignments/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Education", + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253175,313 +253567,313 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/me/assignments/$count", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", "Uri": "/education/me/assignments/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Delta" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentGradingCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeClass", - "ApiReferenceLink": null, "Uri": "/education/me/classes/{educationClass-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgEducationMeClass", - "ApiReferenceLink": null, - "Uri": "/education/me/classes", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Education", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253508,19 +253900,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeClassCount", + "Uri": "/education/me/classes", "ApiReferenceLink": null, - "Uri": "/education/me/classes/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationMeClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253547,20 +253939,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/me/classes/$count", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgEducationMeClassCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/{educationRubric-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationMeRubric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253595,19 +254034,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationMeRubric", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253642,81 +254081,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeRubricCount", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get" ], - "Module": "Education", - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeRubricCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeSchool", - "ApiReferenceLink": null, "Uri": "/education/me/schools/{educationSchool-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgEducationMeSchool", - "ApiReferenceLink": null, - "Uri": "/education/me/schools", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Education", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253743,19 +254135,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeSchoolCount", + "Uri": "/education/me/schools", "ApiReferenceLink": null, - "Uri": "/education/me/schools/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationMeSchool", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253782,34 +254174,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeTaughtClass", + "Uri": "/education/me/schools/$count", "ApiReferenceLink": null, - "Uri": "/education/me/taughtClasses/{educationClass-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Method": "GET", + "Command": "Get-MgEducationMeSchoolCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeTaughtClass", + "Uri": "/education/me/taughtClasses/{educationClass-id}", "ApiReferenceLink": null, - "Uri": "/education/me/taughtClasses", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253836,19 +254228,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeTaughtClassCount", + "Uri": "/education/me/taughtClasses", "ApiReferenceLink": null, - "Uri": "/education/me/taughtClasses/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253875,19 +254267,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeUser", + "Uri": "/education/me/taughtClasses/$count", "ApiReferenceLink": null, - "Uri": "/education/me/user", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationMeTaughtClassCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253946,76 +254338,75 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeUserMailboxSetting", + "Uri": "/education/me/user", "ApiReferenceLink": null, - "Uri": "/education/me/user/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgEducationMeUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeUserServiceProvisioningError", + "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/education/me/user/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgEducationMeUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", + "Uri": "/education/me/user/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/education/me/user/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get" + "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationMeUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationRoot", + "Uri": "/education/me/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/education", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRoot" + "Method": "GET", + "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchool", + "Uri": "/education", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationRoot", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254042,19 +254433,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchool", + "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Uri": "/education/schools", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchool", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254081,20 +254473,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolAdministrativeUnit", + "Uri": "/education/schools", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchool", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254145,19 +254536,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolClass", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/classes", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254184,19 +254576,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolClassByRef", + "Uri": "/education/schools/{educationSchool-id}/classes", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254223,20 +254615,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolClassCount", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolClassByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254263,19 +254654,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolCount", + "Uri": "/education/schools/{educationSchool-id}/classes/$count", "ApiReferenceLink": null, - "Uri": "/education/schools/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolClassCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254302,19 +254694,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", - "Uri": "/education/schools/delta", - "ApiVersion": "v1.0", + "Uri": "/education/schools/$count", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ - "Delta" + "Get" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254373,19 +254765,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolUser", - "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/users", - "ApiVersion": "v1.0", + "Uri": "/education/schools/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", + "Module": "Education", "Variants": [ - "List" + "Delta" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -254404,19 +254796,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolUserByRef", + "Uri": "/education/schools/{educationSchool-id}/users", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -254435,20 +254827,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationSchoolUserCount", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/users/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolUserByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -254467,22 +254858,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUser", + "Uri": "/education/schools/{educationSchool-id}/users/$count", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationSchoolUserCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254509,19 +254898,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUser", + "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": null, - "Uri": "/education/users", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -254540,34 +254932,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignment", + "Uri": "/education/users", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgEducationUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254634,78 +255026,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "CommandAlias": null, + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Education", + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254772,314 +255163,315 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/users/{educationUser-id}/assignments/$count", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentGradingCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgEducationUserClass", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/classes", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Education", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255106,20 +255498,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserClassCount", + "Uri": "/education/users/{educationUser-id}/classes", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/classes/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationUserClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255146,19 +255537,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserCount", + "Uri": "/education/users/{educationUser-id}/classes/$count", "ApiReferenceLink": null, - "Uri": "/education/users/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationUserClassCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -255177,19 +255569,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", - "Uri": "/education/users/delta", - "ApiVersion": "v1.0", + "Uri": "/education/users/$count", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ - "Delta" + "Get" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationUserCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255248,93 +255640,93 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationUser" + "CommandAlias": null, + "Uri": "/education/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgEducationUserDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgEducationUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "GET", + "Command": "Get-MgEducationUserRubric", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "GET", + "Command": "Get-MgEducationUserRubric", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserRubricCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserRubricCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserSchool", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgEducationUserSchool", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/schools", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Education", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255361,20 +255753,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSchool" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserSchoolCount", + "Uri": "/education/users/{educationUser-id}/schools", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/schools/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationUserSchool", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255401,63 +255792,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/users/{educationUser-id}/schools/$count", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgEducationUserSchoolCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgEducationUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEducationUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgEducationUserTaughtClass", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Education", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255484,20 +255876,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationClass" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserTaughtClassCount", + "Uri": "/education/users/{educationUser-id}/taughtClasses", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", + "Method": "GET", + "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255524,20 +255915,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackage", + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEducationUserTaughtClassCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255556,19 +255947,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255587,20 +255979,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255619,34 +256010,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255665,19 +256056,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApprovalStage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255696,20 +256088,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApprovalStage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255728,63 +256119,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageCount", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255803,19 +256195,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255834,19 +256226,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255865,19 +256257,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255896,19 +256288,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255927,34 +256319,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [ + { + "Name": "EntitlementManagement.Read.All", + "Description": "Read all entitlement management resources", + "FullDescription": "Allows the app to read access packages and related entitlement management resources without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EntitlementManagement.ReadWrite.All", + "Description": "Read and write all entitlement management resources", + "FullDescription": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255973,20 +256396,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256005,19 +256428,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256036,21 +256459,21 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentAdditional", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentAdditional", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256069,19 +256492,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256100,22 +256523,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256134,80 +256557,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [ - { - "Name": "EntitlementManagement.Read.All", - "Description": "Read all entitlement management resources", - "FullDescription": "Allows the app to read access packages and related entitlement management resources without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EntitlementManagement.ReadWrite.All", - "Description": "Read and write all entitlement management resources", - "FullDescription": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256226,123 +256618,122 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageQuestion" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageQuestion" + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256361,19 +256752,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256392,19 +256784,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentRequestCount", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256423,20 +256815,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalog", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256455,19 +256846,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256486,34 +256878,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", + "Uri": "/identityGovernance/entitlementManagement/catalogs", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogCount", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256532,118 +256924,127 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -256652,33 +257053,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1", "List2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -256687,178 +257088,178 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -256867,33 +257268,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1", "List2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -256902,183 +257303,173 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257097,19 +257488,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConnectedOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257128,19 +257520,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConnectedOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257159,19 +257551,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257190,19 +257582,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257221,20 +257613,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257253,19 +257644,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257284,19 +257676,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257315,20 +257707,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257347,58 +257738,68 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResource", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgEntitlementManagementResource", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/entitlementManagement/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -257407,576 +257808,576 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalog", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -257985,33 +258386,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1", "List2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -258020,178 +258421,178 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -258200,33 +258601,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1", "List2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -258235,1260 +258636,1251 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEntitlementManagementSetting", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/settings", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259507,34 +259899,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternal", + "Uri": "/identityGovernance/entitlementManagement/settings", "ApiReferenceLink": null, - "Uri": "/external", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + "Method": "GET", + "Command": "Get-MgEntitlementManagementSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnection", + "Uri": "/external", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgExternal", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259561,19 +259952,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": null, - "Uri": "/external/connections", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgExternalConnection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259600,19 +259992,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionCount", + "Uri": "/external/connections", "ApiReferenceLink": null, - "Uri": "/external/connections/$count", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get" + "List" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgExternalConnection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259639,20 +260031,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionGroup", + "Uri": "/external/connections/$count", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgExternalConnectionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -259679,93 +260070,93 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" - }, - { "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": null, + "Module": "Search", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgExternalConnectionGroup", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/external/connections/{externalConnection-id}/groups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + "Method": "GET", + "Command": "Get-MgExternalConnectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionGroupCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionGroupMemberCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupMemberCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionItem", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -259792,108 +260183,108 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" - }, - { "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Module": "Search", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgExternalConnectionItem", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/external/connections/{externalConnection-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "Method": "GET", + "Command": "Get-MgExternalConnectionItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionItemActivityCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionItemActivityPerformedBy", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivityPerformedBy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionItemCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgExternalConnectionItemCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionOperation", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259920,49 +260311,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Method": "GET", + "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionOperationCount", + "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/schema", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgExternalConnectionOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259989,20 +260380,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", - "Uri": "/groups/{group-id}", - "ApiVersion": "v1.0", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgExternalConnectionSchema", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -260045,19 +260436,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", - "Uri": "/groups", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -260100,19 +260492,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupAcceptedSender", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Group.Read.All", @@ -260131,19 +260523,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupAcceptedSenderByRef", + "Uri": "/groups/{group-id}/acceptedSenders", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupAcceptedSender", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -260162,20 +260554,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupAcceptedSenderCount", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupAcceptedSenderByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -260194,34 +260585,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/acceptedSenders/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgGroupAcceptedSenderCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -260248,20 +260640,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupAppRoleAssignmentCount", + "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -260288,35 +260679,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Uri": "/groups/getByIds", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", - "Uri": "/groups(uniqueName='{uniqueName}')", - "ApiVersion": "v1.0", + "Uri": "/groups/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Get-MgGroupById", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -260359,35 +260750,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupCalendar", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgGroupByUniqueName", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgGroupCalendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -260422,19 +260813,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgGroupCalendarEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -260453,20 +260845,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/calendar/events/delta", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ - "Delta", - "DeltaViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupCalendarEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -260493,95 +260884,95 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Module": "Groups", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupCalendarEventDelta", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupCalendarPermission", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgGroupCalendarPermission", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "GET", + "Command": "Get-MgGroupCalendarPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupCalendarPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupCalendarPermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScheduleInformation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/getSchedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduleInformation" + "Method": "POST", + "Command": "Get-MgGroupCalendarSchedule", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupCalendarView", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/calendar/calendarView", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgGroupCalendarView", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupConversation", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Groups", + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260616,19 +261007,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversation" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupConversation", + "CommandAlias": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260663,20 +261055,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationCount", + "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260711,20 +261102,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260759,19 +261150,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversationThread", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260806,20 +261198,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversationThread", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260854,22 +261245,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260904,19 +261293,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPost" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260951,34 +261343,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPost" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -261013,20 +261405,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttachment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostAttachmentCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -261061,20 +261452,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -261109,151 +261500,152 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupCount", - "ApiReferenceLink": null, - "Uri": "/groups/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -261296,35 +261688,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupCreatedOnBehalfOf", + "Uri": "/groups/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/createdOnBehalfOf", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDefaultDrive", + "Uri": "/groups/{group-id}/createdOnBehalfOf", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drive", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgGroupCreatedOnBehalfOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -261375,19 +261766,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", - "Uri": "/groups/delta", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/drive", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupDefaultDrive", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -261430,34 +261822,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" + "CommandAlias": null, + "Uri": "/groups/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", + "Module": "Groups", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgGroupDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgGroupDrive", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Files", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -261508,138 +261900,137 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" + "CommandAlias": null, + "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveBundleContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveBundleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBase", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Files", + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -261690,2797 +262081,2797 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/drives/$count", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupDriveCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveFollowing", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveFollowing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveFollowing", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveFollowing", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveFollowingContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveFollowingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticTime", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveItemChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveItemChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveItemDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemPermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgGroupDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgGroupDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupDriveListColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgGroupDriveListDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgGroupDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgGroupDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgGroupDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgGroupDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveListSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveRootActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticTime", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveRootDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootPermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgGroupDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveRootVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveSpecial", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveSpecial", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveSpecial", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupDriveSpecial", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveSpecialContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupDriveSpecialCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupEvent", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -264515,19 +264906,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupEvent", + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgGroupEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -264546,79 +264938,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupEventAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupEventAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupEventCalendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgGroupEventAttachmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventCount", + "Uri": "/groups/{group-id}/events/{event-id}/calendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/$count", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgGroupEventCalendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -264637,20 +265028,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/events/delta", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/events/$count", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupEventCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -264677,78 +265068,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Module": "Groups", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupEventDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgGroupEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupEventExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupEventInstance", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgGroupEventInstance", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Calendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -264767,79 +265159,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupEventInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupEventInstanceCalendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgGroupEventInstanceAttachmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventInstanceCount", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgGroupEventInstanceCalendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -264858,110 +265249,108 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventInstanceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupEventInstanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupEventInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupEventInstanceExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgGroupExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -264980,19 +265369,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", - "Uri": "/groupLifecyclePolicies", - "ApiVersion": "v1.0", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -265011,19 +265403,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupLifecyclePolicyByGroup", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "ApiVersion": "v1.0", + "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -265042,19 +265434,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupLifecyclePolicyCount", + "Uri": "/groups/{group-id}/groupLifecyclePolicies", "ApiReferenceLink": null, - "Uri": "/groupLifecyclePolicies/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicyByGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -265073,19 +265465,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMember", + "Uri": "/groupLifecyclePolicies/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265128,193 +265520,193 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/members", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgGroupMemberAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgGroupMemberAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgGroupMemberAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgGroupMemberAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupMemberAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupMemberAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgGroupMemberAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgGroupMemberAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgGroupMemberAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgGroupMemberAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgGroupMemberAsUser", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/user", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberByRef", + "Uri": "/groups/{group-id}/members/user", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/$ref", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupMemberAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265357,20 +265749,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberCount", + "Uri": "/groups/{group-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupMemberByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265413,112 +265804,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberCountAsApplication", + "Uri": "/groups/{group-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/application/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberCountAsDevice", + "Uri": "/groups/{group-id}/members/application/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/device/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberCountAsGroup", + "Uri": "/groups/{group-id}/members/device/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/group/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberCountAsOrgContact", + "Uri": "/groups/{group-id}/members/group/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/orgContact/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberCountAsServicePrincipal", + "Uri": "/groups/{group-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberCountAsUser", + "Uri": "/groups/{group-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/user/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/getMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/members/user/$count", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -265601,22 +265990,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/getMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Get-MgGroupMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -265715,34 +266104,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOf", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgGroupMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOf", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265777,78 +266169,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/memberOf", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265883,358 +266274,358 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", + "Uri": "/groups/{group-id}/memberOf/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberOfCountAsGroup", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/memberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseError", + "Uri": "/groups/{group-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgGroupMemberOfCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseError", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseError", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebook", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -266277,19 +266668,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -266332,20 +266724,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebookCount", + "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -266388,22 +266779,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -266446,19 +266835,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebookSection", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -266501,19 +266893,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebookSectionGroup", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -266556,20 +266948,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -266612,35 +267003,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteOperationCount", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/operations/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOnenoteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -266675,19 +267066,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -266722,35 +267114,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenotePageContent", + "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenotePageCount", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenotePageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -266785,20 +267176,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupOnenotePageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -266841,35 +267232,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRecentNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteResource", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgGroupOnenoteRecentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -266904,35 +267295,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteResourceCount", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/resources/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteResourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -266975,19 +267366,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -267030,20 +267422,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionCount", + "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -267086,20 +267477,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -267142,20 +267533,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -267198,22 +267589,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionGroupCount", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -267256,19 +267645,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionGroupSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroupCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -267311,19 +267703,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionPage", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -267358,19 +267750,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwner", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionPage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267413,193 +267805,193 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/owners", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupOwner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgGroupOwnerAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgGroupOwnerAsUser", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/user", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerByRef", + "Uri": "/groups/{group-id}/owners/user", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/$ref", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267642,20 +268034,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerCount", + "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupOwnerByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267698,124 +268089,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerCountAsApplication", + "Uri": "/groups/{group-id}/owners/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/application/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOwnerCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerCountAsDevice", + "Uri": "/groups/{group-id}/owners/application/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/device/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerCountAsGroup", + "Uri": "/groups/{group-id}/owners/device/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/group/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerCountAsOrgContact", + "Uri": "/groups/{group-id}/owners/group/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/orgContact/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerCountAsServicePrincipal", + "Uri": "/groups/{group-id}/owners/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOwnerCountAsUser", + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/user/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPermissionGrant", + "Uri": "/groups/{group-id}/owners/user/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/permissionGrants", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267850,20 +268242,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPermissionGrantCount", + "Uri": "/groups/{group-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/permissionGrants/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267898,35 +268289,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupPhoto", + "CommandAlias": null, + "Uri": "/groups/{group-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photo", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupPermissionGrantCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false @@ -267940,32 +268329,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfilePhoto" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupPhoto", + "CommandAlias": null, + "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photos", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupPhoto", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false @@ -267979,35 +268371,32 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfilePhoto" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPhotoContent", + "Uri": "/groups/{group-id}/photos", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photo/$value", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupPhoto", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false @@ -268021,49 +268410,52 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPlanner", + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerGroup" + "Method": "GET", + "Command": "Get-MgGroupPhotoContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlannerGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPlannerPlan", + "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Method": "GET", + "Command": "Get-MgGroupPlanner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPlannerPlan", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -268114,34 +268506,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPlannerPlanBucket", + "CommandAlias": null, + "Uri": "/groups/{group-id}/planner/plans", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Method": "GET", + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlannerBucket", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPlannerPlanCount", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/$count", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanBucket", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -268192,48 +268583,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPlannerPlanDetail", + "Uri": "/groups/{group-id}/planner/plans/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupPlannerPlanTask", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupRejectedSender", + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], + "CommandAlias": null, + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/rejectedSenders", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Group.Read.All", @@ -268252,19 +268644,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupRejectedSenderByRef", + "Uri": "/groups/{group-id}/rejectedSenders", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupRejectedSender", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -268283,20 +268675,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupRejectedSenderCount", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/rejectedSenders/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupRejectedSenderByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -268315,22 +268706,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSetting", + "Uri": "/groups/{group-id}/rejectedSenders/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupRejectedSenderCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroupSetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -268365,20 +268754,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSetting", + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroupSetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -268413,21 +268804,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupSetting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSettingCount", + "Uri": "/groups/{group-id}/settings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "Get1", - "GetViaIdentity" + "List", + "List1" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -268462,34 +268852,36 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/settings/$count", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupSettingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupSettingTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateById", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSettingTemplateCount", - "ApiReferenceLink": null, - "Uri": "/groupSettingTemplates/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -268508,19 +268900,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSettingTemplateDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "Uri": "/groupSettingTemplates/delta", - "ApiVersion": "v1.0", + "Uri": "/groupSettingTemplates/$count", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ - "Delta" + "Get" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Directory.Read.All", @@ -268539,20 +268931,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "ApiVersion": "v1.0", + "Uri": "/groupSettingTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroupSettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -268571,19 +268962,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupSettingTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", - "Uri": "/groupSettingTemplates", - "ApiVersion": "v1.0", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroupSettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -268602,3973 +268994,3982 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupSettingTemplate" + "CommandAlias": null, + "Uri": "/groupSettingTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", + "Module": "Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupSettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupSettingTemplateMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgGroupSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgGroupSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupSiteActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgGroupSiteAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticLastSevenDay", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticTime", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteApplicableContentTypeForList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgGroupSiteByPath", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeBase", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeBase", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteDefaultDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgGroupSiteDefaultDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgGroupSiteDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgGroupSiteDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgGroupSiteDrive", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteDriveCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteDriveCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteExternalColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPath", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathExternalColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgGroupSiteGetGraphBPrePathByPath", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Method": "GET", + "Command": "Get-MgGroupSiteItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Method": "GET", + "Command": "Get-MgGroupSiteItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteItemCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" - ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + ], + "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSiteLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgGroupSiteList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgGroupSiteList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteListColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgGroupSiteListDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgGroupSiteListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgGroupSiteListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgGroupSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgGroupSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteListSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenotePageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenotePageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageParentSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgGroupSiteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgGroupSiteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "GET", + "Command": "Get-MgGroupSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "GET", + "Command": "Get-MgGroupSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCanvasLayout", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVerticalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageCountAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageCountAsSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSitePageCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgGroupSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgGroupSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSitePermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSitePermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -272579,34 +272980,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -272617,17 +273018,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -272638,34 +273039,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -272676,17 +273077,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -272697,17 +273098,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -272718,17 +273119,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -272739,17 +273140,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -272760,515 +273161,515 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273279,34 +273680,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273317,17 +273718,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273338,34 +273739,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273376,17 +273777,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273397,17 +273798,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273418,17 +273819,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273439,17 +273840,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273460,83 +273861,83 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273547,34 +273948,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273585,17 +273986,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273606,34 +274007,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273644,17 +274045,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273665,17 +274066,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273686,17 +274087,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273707,17 +274108,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -273728,2665 +274129,2655 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSiteTermStoreSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSubSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgGroupSubSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSubSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List2" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgGroupSubSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupSubSiteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupSubSiteCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Method": "GET", + "Command": "Get-MgGroupTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgGroupTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List1" - ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + ], + "Method": "GET", + "Command": "Get-MgGroupTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelFileFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReplyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamChannelTabCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgGroupTeamChannelTabTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupTeamGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgGroupTeamGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamIncomingChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannelCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgGroupTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgGroupTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrantCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgGroupTeamPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPhotoContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelTabCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTabCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedule" + "Method": "GET", + "Command": "Get-MgGroupTeamSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleOpenShiftCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleShift", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgGroupTeamScheduleShift", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/shifts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleShiftCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleShiftCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timesOff", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleTimeOffCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Method": "GET", + "Command": "Get-MgGroupTeamTag", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Method": "GET", + "Command": "Get-MgGroupTeamTag", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamTagCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamTagCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "GET", + "Command": "Get-MgGroupTeamTagMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "GET", + "Command": "Get-MgGroupTeamTagMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamTagMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamTagMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTeamTemplate", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/template", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTeamTemplate", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupThread", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276421,19 +276812,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgGroupThread", + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupThread", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276468,20 +276860,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadCount", + "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupThread", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276516,22 +276907,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPost", + "Uri": "/groups/{group-id}/threads/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupThreadCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276566,19 +276955,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPost" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupThreadPost", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276613,34 +277005,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPost" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupThreadPost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276675,20 +277067,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttachment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostAttachmentCount", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276723,20 +277114,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostCount", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276771,166 +277162,167 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupThreadPostCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgGroupThreadPostExtension", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupThreadPostExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgGroupTransitiveMember", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Groups", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -276973,194 +277365,193 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/transitiveMembers", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsUser", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -277203,124 +277594,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberCountAsApplication", + "Uri": "/groups/{group-id}/transitiveMembers/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/application/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberCountAsDevice", + "Uri": "/groups/{group-id}/transitiveMembers/application/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/device/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberCountAsGroup", + "Uri": "/groups/{group-id}/transitiveMembers/device/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/group/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", + "Uri": "/groups/{group-id}/transitiveMembers/group/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", + "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberCountAsUser", + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMembers/user/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOf", + "Uri": "/groups/{group-id}/transitiveMembers/user/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOf", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMemberOf", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Groups", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -277355,78 +277747,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/groups/{group-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -277461,93 +277852,93 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityApiConnector", + "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityApiConnector", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": null, - "Uri": "/identity/apiConnectors", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgIdentityApiConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityApiConnectorCount", + "Uri": "/identity/apiConnectors", "ApiReferenceLink": null, - "Uri": "/identity/apiConnectors/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityApiConnector", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityAuthenticationEventListener", + "Uri": "/identity/apiConnectors/$count", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityApiConnectorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -277566,19 +277957,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventListeners", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -277597,19 +277989,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityAuthenticationEventListenerCount", + "Uri": "/identity/authenticationEventListeners", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventListeners/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -277628,20 +278020,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlow", + "Uri": "/identity/authenticationEventListeners/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventListenerCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277660,19 +278051,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277691,34 +278083,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", + "Uri": "/identity/b2xUserFlows", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration" + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277737,81 +278129,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/b2xUserFlows/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List", "List1" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277830,19 +278221,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277861,20 +278253,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277893,20 +278284,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277925,19 +278316,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277956,20 +278348,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277988,20 +278379,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278020,20 +278411,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278052,19 +278443,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278083,20 +278475,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278115,20 +278506,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278147,80 +278538,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278239,19 +278630,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278270,20 +278662,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278302,20 +278693,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "ApiVersion": "v1.0", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278334,49 +278725,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "ApiVersion": "v1.0", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -278395,19 +278787,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -278426,149 +278818,148 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNamedLocation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphNamedLocation" + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNamedLocation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphNamedLocation" + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessPolicyCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessTemplate", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessTemplate", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessTemplateCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplateCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -278587,19 +278978,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityCustomAuthenticationExtension", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": null, - "Uri": "/identity/customAuthenticationExtensions", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -278618,19 +279010,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", + "Uri": "/identity/customAuthenticationExtensions", "ApiReferenceLink": null, - "Uri": "/identity/customAuthenticationExtensions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -278649,20 +279041,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identity/customAuthenticationExtensions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278681,19 +279072,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278712,19 +279104,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", + "Uri": "/identityGovernance/accessReviews/definitions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278743,20 +279135,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278775,19 +279166,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278806,34 +279198,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278852,20 +279244,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278884,20 +279275,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278916,20 +279307,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278948,19 +279339,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278979,20 +279371,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279011,64 +279402,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279087,19 +279478,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewStage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279118,20 +279510,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewStage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279150,20 +279541,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279182,19 +279573,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279213,20 +279605,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279245,136 +279636,136 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279393,19 +279784,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279424,19 +279816,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", + "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279455,20 +279847,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279487,19 +279878,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279518,79 +279910,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "CommandAlias": null, + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279609,20 +280000,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279641,19 +280032,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279672,19 +280064,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279703,79 +280095,78 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279794,19 +280185,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279825,19 +280217,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279856,152 +280248,151 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedItemContainer" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280020,19 +280411,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280051,19 +280443,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280082,238 +280474,238 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.Governance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280332,20 +280724,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280364,79 +280755,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280455,19 +280846,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280486,20 +280878,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280518,34 +280909,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280564,20 +280956,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280596,94 +280987,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280702,19 +281093,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280733,20 +281125,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280765,93 +281156,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.Governance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280870,19 +281262,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280901,34 +281293,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280947,20 +281339,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280979,20 +281370,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281011,19 +281402,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281042,19 +281434,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281073,34 +281465,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281119,20 +281511,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281151,108 +281542,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.Governance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281271,20 +281663,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281303,64 +281694,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281379,20 +281771,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281411,94 +281802,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281517,19 +281908,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281548,19 +281940,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281579,196 +281971,196 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281787,20 +282179,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281819,93 +282210,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.Governance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281924,20 +282316,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281956,19 +282347,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281987,20 +282379,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282019,138 +282410,138 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282169,19 +282560,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282200,20 +282592,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282232,253 +282623,253 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "CommandAlias": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282497,19 +282888,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282528,34 +282920,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282574,64 +282966,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282650,19 +283041,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282681,34 +283073,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282727,94 +283119,93 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282833,19 +283224,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282864,34 +283256,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282910,94 +283302,93 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283016,19 +283407,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283047,19 +283439,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283078,64 +283470,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283154,19 +283545,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283185,19 +283577,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283216,94 +283608,93 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283322,19 +283713,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283353,19 +283745,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283384,361 +283776,360 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityProvider", - "ApiReferenceLink": null, - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -283757,19 +284148,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityProvider", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": null, - "Uri": "/identity/identityProviders", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityProvider", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -283788,19 +284180,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityProviderCount", + "Uri": "/identity/identityProviders", "ApiReferenceLink": null, - "Uri": "/identity/identityProviders/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityProvider", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -283819,20 +284211,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityUserFlowAttribute", + "Uri": "/identity/identityProviders/$count", "ApiReferenceLink": null, - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityProviderCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283851,19 +284242,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": null, - "Uri": "/identity/userFlowAttributes", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283882,19 +284274,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgIdentityUserFlowAttributeCount", + "Uri": "/identity/userFlowAttributes", "ApiReferenceLink": null, - "Uri": "/identity/userFlowAttributes/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283913,48 +284305,47 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtection", + "Uri": "/identity/userFlowAttributes/$count", "ApiReferenceLink": null, - "Uri": "/informationProtection", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttributeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionBitlocker", + "Uri": "/informationProtection", "ApiReferenceLink": null, - "Uri": "/informationProtection/bitlocker", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlocker" + "Method": "GET", + "Command": "Get-MgInformationProtection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBitlocker", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker", "ApiReferenceLink": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgInformationProtectionBitlocker", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -283973,19 +284364,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -284004,19 +284396,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", + "Uri": "/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -284035,20 +284427,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -284067,19 +284458,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Uri": "/informationProtection/threatAssessmentRequests", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -284098,19 +284490,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", + "Uri": "/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, - "Uri": "/informationProtection/threatAssessmentRequests/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -284129,195 +284521,194 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInvitation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Method": "GET", + "Command": "Get-MgInvitation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInvitation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitation", - "ApiReferenceLink": null, "Uri": "/invitations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Method": "GET", + "Command": "Get-MgInvitation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitationCount", - "ApiReferenceLink": null, "Uri": "/invitations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgInvitationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitationInvitedUserSponsor", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserSponsor", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitationInvitedUserSponsor", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserSponsor", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgInvitationInvitedUserSponsorCount", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserSponsorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -284344,19 +284735,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", - "Uri": "/oauth2PermissionGrants", - "ApiVersion": "v1.0", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -284383,19 +284775,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOauth2PermissionGrantCount", - "ApiReferenceLink": null, - "Uri": "/oauth2PermissionGrants/$count", - "ApiVersion": "v1.0", + "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -284422,19 +284814,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOauth2PermissionGrantDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", - "Uri": "/oauth2PermissionGrants/delta", - "ApiVersion": "v1.0", + "Uri": "/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ - "Delta" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrantCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -284461,20 +284853,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0", - "Uri": "/organization/{organization-id}", - "ApiVersion": "v1.0", + "Uri": "/oauth2PermissionGrants/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrantDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -284509,19 +284900,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0", - "Uri": "/organization", - "ApiVersion": "v1.0", + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -284596,20 +284988,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBranding", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding", - "ApiVersion": "v1.0", + "Uri": "/organization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Permissions": [ { "Name": "User.Read", @@ -284643,6 +285034,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Organization.Read.All", "Description": "Read organization information", @@ -284652,95 +285051,95 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBranding" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingBackgroundImage", + "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationBranding", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingBannerLogo", + "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingCustomCss", + "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/customCSS", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationBrandingBannerLogo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingFavicon", + "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/favicon", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationBrandingCustomCss", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingHeaderLogo", + "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/headerLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationBrandingFavicon", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingHeaderLogo", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -284774,6 +285173,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Organization.Read.All", "Description": "Read organization information", @@ -284783,19 +285190,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -284829,6 +285237,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Organization.Read.All", "Description": "Read organization information", @@ -284838,20 +285254,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -284868,22 +285283,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -284900,22 +285331,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationCount", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -284949,6 +285396,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Organization.Read.All", "Description": "Read organization information", @@ -284958,20 +285413,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", + "Uri": "/organization/{organization-id}/branding/localizations/$count", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -284988,22 +285443,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationFavicon", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -285020,22 +285491,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -285052,22 +285539,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -285084,22 +285587,38 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -285116,67 +285635,83 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationBrandingSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationBrandingSquareLogo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgOrganizationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Uri": "/organization/getByIds", - "ApiVersion": "v1.0", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgOrganizationBrandingSquareLogoDark", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "ApiVersion": "v1.0", + "Uri": "/organization/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "Get-MgOrganizationById", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -285195,19 +285730,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -285226,20 +285762,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -285258,19 +285793,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationCount", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", "ApiReferenceLink": null, - "Uri": "/organization/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -285345,256 +285881,255 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/organization/$count", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgOrganizationCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgOrganizationExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgOrganizationExtensionCount", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgOrganizationExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/organization/{organization-id}/getMemberGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgOrganizationMemberGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgOrganizationMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/organization/{organization-id}/getMemberObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Get-MgOrganizationMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceAsRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/room", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "GET", + "Command": "Get-MgPlaceAsRoom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceAsRoom", - "ApiReferenceLink": null, "Uri": "/places/room", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "GET", + "Command": "Get-MgPlaceAsRoom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoomList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoomList" + "Method": "GET", + "Command": "Get-MgPlaceAsRoomList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoomList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/roomList", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoomList" + "Method": "GET", + "Command": "Get-MgPlaceAsRoomList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "GET", + "Command": "Get-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "GET", + "Command": "Get-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceAsRoomListRoomCount", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPlaceAsRoomListRoomCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceCount", - "ApiReferenceLink": null, "Uri": "/places/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPlaceCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceCountAsRoom", - "ApiReferenceLink": null, "Uri": "/places/room/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPlaceCountAsRoom", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlaceCountAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/roomList/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPlaceCountAsRoomList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlanner", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlanner", - "ApiReferenceLink": null, "Uri": "/planner", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Planner", "Variants": [ "Get" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlanner" + "Method": "GET", + "Command": "Get-MgPlanner", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerBucket", - "ApiReferenceLink": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -285645,19 +286180,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": null, - "Uri": "/planner/buckets", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerBucket", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -285708,19 +286244,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerBucketCount", + "Uri": "/planner/buckets", "ApiReferenceLink": null, - "Uri": "/planner/buckets/$count", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get" + "List" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerBucket", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -285771,19 +286307,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerBucketTask", + "Uri": "/planner/buckets/$count", "ApiReferenceLink": null, - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "List" + "Get" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerBucketCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -285834,20 +286370,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerPlan", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerBucketTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -285898,19 +286433,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerPlan", + "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/planner/plans", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerPlan", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -285961,19 +286497,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerPlanBucket", + "Uri": "/planner/plans", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerPlan", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -286024,19 +286560,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerPlanCount", + "Uri": "/planner/plans/{plannerPlan-id}/buckets", "ApiReferenceLink": null, - "Uri": "/planner/plans/$count", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get" + "List" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerPlanBucket", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -286087,20 +286623,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerPlanDetail", + "Uri": "/planner/plans/$count", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerPlanCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [ { "Name": "Tasks.Read", @@ -286151,19 +286686,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerPlanTask", + "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerPlanDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -286214,20 +286750,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTask", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerPlanTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -286278,19 +286813,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTask", + "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -286341,20 +286877,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -286405,20 +286940,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -286469,19 +287004,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTaskCount", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/$count", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -286532,20 +287068,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTaskDetail", + "Uri": "/planner/tasks/$count", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/details", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerTaskCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [ { "Name": "Tasks.Read", @@ -286596,20 +287131,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/details", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgPlannerTaskDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -286660,20 +287195,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -286700,19 +287235,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -286739,63 +287275,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + "CommandAlias": null, + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", - "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -286822,19 +287358,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/adminConsentRequestPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -286869,20 +287405,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicy", + "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -286909,19 +287444,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -286948,34 +287484,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -287010,20 +287546,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -287058,19 +287593,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicyCount", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -287097,19 +287633,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "Uri": "/policies/appManagementPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/authenticationFlowsPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -287128,77 +287664,76 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + "CommandAlias": null, + "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -287225,19 +287760,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -287264,63 +287800,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "CommandAlias": null, + "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -287347,19 +287883,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyAuthorizationPolicy", + "Uri": "/policies/authenticationStrengthPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -287378,20 +287914,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicy", + "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -287418,19 +287953,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -287457,34 +287993,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -287527,20 +288063,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -287583,19 +288118,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicyCount", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -287622,33 +288158,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyConditionalAccessPolicyCount", + "Uri": "/policies/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/conditionalAccessPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "Uri": "/policies/conditionalAccessPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyConditionalAccessPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -287667,19 +288203,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/default", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Permissions": [ { "Name": "Policy.Read.All", @@ -287698,20 +288234,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -287730,19 +288265,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -287761,19 +288297,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", + "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -287792,20 +288328,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -287824,19 +288359,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPolicyTemplate", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -287855,47 +288391,47 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPolicyTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": null, - "Uri": "/policies/defaultAppManagementPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -287922,19 +288458,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgPolicyDeviceRegistrationPolicy", + "CommandAlias": null, + "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": null, - "Uri": "/policies/deviceRegistrationPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -287961,106 +288497,105 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy" + "CommandAlias": null, + "Uri": "/policies/deviceRegistrationPolicy", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgPolicyDeviceRegistrationPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyFeatureRolloutPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -288087,19 +288622,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -288126,34 +288662,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -288196,20 +288732,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -288252,19 +288787,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -288291,34 +288827,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288337,19 +288872,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288368,19 +288904,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyCount", + "Uri": "/policies/permissionGrantPolicies", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288399,34 +288935,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288445,20 +288981,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288477,34 +289012,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288523,20 +289059,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288555,20 +289090,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288611,19 +289146,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288666,20 +289202,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288722,19 +289257,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288777,19 +289313,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", + "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288832,34 +289368,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "Uri": "/policies/roleManagementPolicyAssignments/$count", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyCount", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288902,34 +289438,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288972,20 +289508,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -289028,20 +289563,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -289084,19 +289619,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -289139,20 +289675,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -289195,20 +289730,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -289235,19 +289770,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -289274,34 +289810,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -289344,20 +289880,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -289400,19 +289935,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicyCount", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -289439,20 +289975,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -289479,19 +290014,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -289518,34 +290054,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -289588,20 +290124,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -289644,19 +290179,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicyCount", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -289683,34 +290219,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrint", + "Uri": "/policies/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Uri": "/print", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrint" + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintConnector", + "Uri": "/print", "ApiReferenceLink": null, - "Uri": "/print/connectors/{printConnector-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrint", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -289729,19 +290264,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintConnector", + "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Uri": "/print/connectors", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintConnector", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -289760,19 +290296,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintConnectorCount", + "Uri": "/print/connectors", "ApiReferenceLink": null, - "Uri": "/print/connectors/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintConnector", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -289791,20 +290327,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintOperation", + "Uri": "/print/connectors/$count", "ApiReferenceLink": null, - "Uri": "/print/operations/{printOperation-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintConnectorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintOperation", "Permissions": [ { "Name": "Printer.Create", @@ -289831,48 +290366,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintOperation", + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Uri": "/print/operations", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Method": "GET", + "Command": "Get-MgPrintOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintOperationCount", + "Uri": "/print/operations", "ApiReferenceLink": null, - "Uri": "/print/operations/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get" + "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinter", + "Uri": "/print/operations/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -289923,19 +290458,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinter" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinter", + "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": null, - "Uri": "/print/printers", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinter", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -289962,34 +290498,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinter" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterConnector", + "Uri": "/print/printers", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Method": "GET", + "Command": "Get-MgPrintPrinter", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterConnector", + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/connectors", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -290008,20 +290544,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintConnector" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterConnectorCount", + "Uri": "/print/printers/{printer-id}/connectors", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/connectors/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -290040,19 +290575,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterCount", + "Uri": "/print/printers/{printer-id}/connectors/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterConnectorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -290079,20 +290615,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJob", + "Uri": "/print/printers/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -290159,19 +290694,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -290238,20 +290774,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobCount", + "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -290318,20 +290853,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobDocument", + "Uri": "/print/printers/{printer-id}/jobs/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [ { "Name": "PrintJob.Read", @@ -290366,34 +290901,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintDocument" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobDocument", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobDocumentContent", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -290428,109 +290963,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobDocumentCount", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocumentContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobTask", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocumentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobTask", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobTaskCount", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobTaskDefinition", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTaskCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterJobTaskTrigger", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTaskDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterShare", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTaskTrigger", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -290557,19 +291092,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinterShare" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterShare", + "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/shares", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -290596,20 +291132,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinterShare" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterShareCount", + "Uri": "/print/printers/{printer-id}/shares", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/shares/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -290636,20 +291171,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/shares/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterShareCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -290676,19 +291211,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -290715,20 +291251,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterTaskTriggerCount", + "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -290755,35 +291290,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintPrinterTaskTriggerDefinition", + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTriggerCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintService", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -290954,19 +291489,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintService" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintService", + "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, - "Uri": "/print/services", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintService", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291137,19 +291673,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintService" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintServiceCount", + "Uri": "/print/services", "ApiReferenceLink": null, - "Uri": "/print/services/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintService", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291320,20 +291856,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintServiceEndpoint", + "Uri": "/print/services/$count", "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintServiceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291504,19 +292039,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}/endpoints", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291687,20 +292223,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintServiceEndpointCount", + "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}/endpoints/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291871,20 +292406,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShare", + "Uri": "/print/services/{printService-id}/endpoints/$count", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintServiceEndpointCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -291911,19 +292446,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinterShare" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShare", + "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": null, - "Uri": "/print/shares", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShare", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -291950,19 +292486,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinterShare" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedGroup", + "Uri": "/print/shares", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShare", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -291981,19 +292517,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedGroupByRef", + "Uri": "/print/shares/{printerShare-id}/allowedGroups", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292012,20 +292548,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedGroupCount", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292044,48 +292579,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUser", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292104,19 +292640,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUserByRef", + "Uri": "/print/shares/{printerShare-id}/allowedUsers", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292135,20 +292671,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUserCount", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292167,63 +292702,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareCount", - "ApiReferenceLink": null, - "Uri": "/print/shares/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Devices.CloudPrint", + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -292250,20 +292786,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJob", + "Uri": "/print/shares/$count", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShareCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -292330,19 +292865,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShareJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -292409,20 +292945,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobCount", + "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Devices.CloudPrint", + "Method": "GET", + "Command": "Get-MgPrintShareJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -292489,153 +293024,153 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobDocument", + "Uri": "/print/shares/{printerShare-id}/jobs/$count", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "GET", + "Command": "Get-MgPrintShareJobCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgPrintShareJobDocument", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], + "CommandAlias": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "GET", + "Command": "Get-MgPrintShareJobDocument", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintShareJobDocumentContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobDocumentCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintShareJobDocumentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgPrintShareJobTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgPrintShareJobTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintShareJobTaskCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgPrintShareJobTaskDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintShareJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "GET", + "Command": "Get-MgPrintShareJobTaskTrigger", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintSharePrinter", - "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/printer", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -292662,124 +293197,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinter" + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/printer", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgPrintSharePrinter", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgPrintTaskDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "GET", + "Command": "Get-MgPrintTaskDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintTaskDefinitionCount", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintTaskDefinitionTaskCount", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTaskCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrintTaskDefinitionTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Compliance", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -292798,19 +293333,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequest", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests", - "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Compliance", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -292829,195 +293365,195 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "CommandAlias": null, + "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": null, + "Module": "Compliance", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApprover", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "List" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApprover", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "List" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "List" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "List" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestCount", - "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Compliance", + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -293036,34 +293572,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestNote", + "Uri": "/privacy/subjectRightsRequests/$count", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestNote", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Compliance", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -293082,20 +293618,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthoredNote" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Compliance", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -293114,49 +293649,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestTeam", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportAuthenticationMethod", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, - "Uri": "/reports/authenticationMethods", - "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot" + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods", "ApiReferenceLink": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgReportAuthenticationMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -293175,19 +293710,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -293206,19 +293742,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "Get" + "List" ], - "Module": "Reports", + "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -293237,1751 +293773,1750 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "ApiReferenceLink": null, + "Module": "Reports", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportDailyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinter", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportDailyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinter", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportDailyPrintUsageByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinterCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportDailyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportDailyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportDailyPrintUsageByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportDeviceConfigurationDeviceActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", "Uri": "/reports/deviceConfigurationDeviceActivity", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Device" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportDeviceConfigurationUserActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", "Uri": "/reports/deviceConfigurationUserActivity", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Device" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportDeviceConfigurationUserActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportEmailActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportEmailActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportEmailActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportEmailActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportEmailActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportEmailActivityUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportEmailAppUsageAppUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageAppUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportEmailAppUsageUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportEmailAppUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportEmailAppUsageVersionUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageVersionUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportGroupArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Method": "GET", + "Command": "Get-MgReportGroupArchivedPrintJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportM365AppPlatformUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportM365AppPlatformUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportM365AppUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportM365AppUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportM365AppUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getM365AppUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportM365AppUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMailboxUsageDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportMailboxUsageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMailboxUsageMailboxCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportMailboxUsageMailboxCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMailboxUsageStorage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportMailboxUsageStorage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportMonthlyPrintUsageByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365ActivationCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActivationCounts", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365ActivationCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365ActivationUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActivationsUserCounts", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365ActivationUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365ActivationUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActivationsUserDetail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365ActivationUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365ActiveUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365ActiveUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365ActiveUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365ActiveUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365GroupActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365GroupActivityDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365GroupActivityFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityFileCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365GroupActivityGroupCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365GroupActivityStorage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityStorage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOffice365ServiceUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOffice365ServiceUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOneDriveActivityFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityFileCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOneDriveActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOneDriveActivityUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOneDriveUsageAccountCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageAccountCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOneDriveUsageAccountDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageAccountDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOneDriveUsageFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageFileCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportOneDriveUsageStorage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageStorage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartners", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartner", - "ApiReferenceLink": null, "Uri": "/reports/partners", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartners" + "Method": "GET", + "Command": "Get-MgReportPartner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBilling", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBilling" + "Method": "GET", + "Command": "Get-MgReportPartnerBilling", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Method": "GET", + "Command": "Get-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Method": "GET", + "Command": "Get-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingManifestCount", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportPartnerBillingManifestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "GET", + "Command": "Get-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "GET", + "Command": "Get-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingOperationCount", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportPartnerBillingOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + "Method": "GET", + "Command": "Get-MgReportPartnerBillingReconciliation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportPartnerBillingReconciliationBilled", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + "Method": "GET", + "Command": "Get-MgReportPartnerBillingUsage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportPartnerBillingUsageBilled", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportPrinterArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Method": "GET", + "Command": "Get-MgReportPrinterArchivedPrintJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportRelyingPartyDetailedSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary" + "Method": "GET", + "Command": "Get-MgReportRelyingPartyDetailedSummary", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSecurity", - "ApiReferenceLink": null, "Uri": "/reports/security", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSecurity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" + "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" + "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" + "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointActivityFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointActivityFileCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointActivityPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointActivityPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointActivityUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointActivityUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointSiteUsageDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointSiteUsageFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageFileCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointSiteUsagePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsagePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointSiteUsageSiteCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageSiteCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSharePointSiteUsageStorage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageStorage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamActivityDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamActivityDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamActivityDistributionCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamActivityDistributionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamDeviceUsageUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamDeviceUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamUserActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamUserActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportTeamUserActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportUserArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Method": "GET", + "Command": "Get-MgReportUserArchivedPrintJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerActivityUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerActivityUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerActivityUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerDeviceUsageUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerDeviceUsageUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageUserDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerGroupActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerGroupActivityDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgReportYammerGroupActivityGroupCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Method": "GET", + "Command": "Get-MgRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Method": "GET", + "Command": "Get-MgRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskDetectionCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRiskDetectionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipal", - "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295000,19 +295535,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295031,19 +295567,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipalCount", + "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295062,34 +295598,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/$count", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295108,20 +295644,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipalHistoryCount", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295140,63 +295675,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyUser", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyUser", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Method": "GET", + "Command": "Get-MgRiskyUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyUserCount", + "Uri": "/identityProtection/riskyUsers", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRiskyUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/$count", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgRiskyUserCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -295215,19 +295750,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -295246,20 +295782,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRiskyUserHistoryCount", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -295278,19 +295813,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagement", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", + "Method": "GET", + "Command": "Get-MgRiskyUserHistoryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -295325,34 +295861,33 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleManagement" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectory", + "Uri": "/roleManagement", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "GET", + "Command": "Get-MgRoleManagement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295379,19 +295914,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295418,19 +295954,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", + "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295457,20 +295993,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295497,19 +296032,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295536,20 +296072,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295576,20 +296111,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295632,19 +296167,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295687,34 +296223,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/roleAssignments", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295757,65 +296293,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignments/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -295858,19 +296393,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -295913,49 +296449,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -295998,35 +296534,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296069,19 +296604,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296124,49 +296660,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296209,80 +296745,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296325,19 +296860,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296380,49 +296916,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296465,95 +297001,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -296596,19 +297131,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -296651,19 +297187,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", + "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -296706,64 +297242,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -296806,19 +297341,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -296861,34 +297397,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -296931,35 +297467,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297002,19 +297537,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297057,34 +297593,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297127,80 +297663,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297243,19 +297778,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297298,34 +297834,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297368,196 +297904,195 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -297616,19 +298151,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -297687,34 +298223,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -297773,434 +298309,433 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -298307,19 +298842,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -298426,19 +298962,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -298545,388 +299081,387 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -298945,19 +299480,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSchemaExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", - "Uri": "/schemaExtensions", - "ApiVersion": "v1.0", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", + "Module": "SchemaExtensions", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "SchemaExtensions", + "Method": "GET", + "Command": "Get-MgSchemaExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -298976,19 +299512,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSchemaExtension" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSchemaExtensionCount", - "ApiReferenceLink": null, - "Uri": "/schemaExtensions/$count", - "ApiVersion": "v1.0", + "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", + "Module": "SchemaExtensions", "Variants": [ - "Get" + "List" ], - "Module": "SchemaExtensions", + "Method": "GET", + "Command": "Get-MgSchemaExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -299007,20 +299543,19 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchAcronym", + "Uri": "/schemaExtensions/$count", "ApiReferenceLink": null, - "Uri": "/search/acronyms/{acronym-id}", - "ApiVersion": "v1.0", + "Module": "SchemaExtensions", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSchemaExtensionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299039,19 +299574,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchAcronym" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchAcronym", + "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": null, - "Uri": "/search/acronyms", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSearchAcronym", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299070,19 +299606,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchAcronym" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchAcronymCount", + "Uri": "/search/acronyms", "ApiReferenceLink": null, - "Uri": "/search/acronyms/$count", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get" + "List" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSearchAcronym", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299101,20 +299637,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchBookmark", + "Uri": "/search/acronyms/$count", "ApiReferenceLink": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSearchAcronymCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299133,19 +299668,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchBookmark" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchBookmark", + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": null, - "Uri": "/search/bookmarks", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSearchBookmark", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299164,19 +299700,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchBookmark" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchBookmarkCount", + "Uri": "/search/bookmarks", "ApiReferenceLink": null, - "Uri": "/search/bookmarks/$count", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get" + "List" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSearchBookmark", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299195,34 +299731,33 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchEntity", + "Uri": "/search/bookmarks/$count", "ApiReferenceLink": null, - "Uri": "/search", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchEntity" + "Method": "GET", + "Command": "Get-MgSearchBookmarkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSearchEntity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchQna", + "Uri": "/search", "ApiReferenceLink": null, - "Uri": "/search/qnas/{qna-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSearchEntity", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299241,19 +299776,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchQna" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchQna", + "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": null, - "Uri": "/search/qnas", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSearchQna", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299272,19 +299808,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchQna" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSearchQnaCount", + "Uri": "/search/qnas", "ApiReferenceLink": null, - "Uri": "/search/qnas/$count", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get" + "List" ], - "Module": "Search", + "Method": "GET", + "Command": "Get-MgSearchQna", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299303,20 +299839,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAlert", + "Uri": "/search/qnas/$count", "ApiReferenceLink": null, - "Uri": "/security/alerts/{alert-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSearchQnaCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -299335,19 +299870,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAlert", + "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": null, - "Uri": "/security/alerts", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityAlert", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -299366,19 +299902,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAlertCount", + "Uri": "/security/alerts", "ApiReferenceLink": null, - "Uri": "/security/alerts/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityAlert", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -299397,20 +299933,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAlertV2", + "Uri": "/security/alerts/$count", "ApiReferenceLink": null, - "Uri": "/security/alerts_v2/{alert-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityAlertCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -299429,19 +299964,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAlertV2", + "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": null, - "Uri": "/security/alerts_v2", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -299460,19 +299996,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAlert" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAlertV2Count", + "Uri": "/security/alerts_v2", "ApiReferenceLink": null, - "Uri": "/security/alerts_v2/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get1" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -299491,561 +300027,560 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/alerts_v2/$count", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Get1" + ], + "Method": "GET", + "Command": "Get-MgSecurityAlertV2Count", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRoot" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulation" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationAutomationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLandingPageCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationLoginPageCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLoginPageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationOperationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationPayloadCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationPayloadCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationTrainingCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTrainingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCasesRoot" + "Method": "GET", + "Command": "Get-MgSecurityCase", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300064,19 +300599,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300095,19 +300631,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", + "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300126,20 +300662,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300158,19 +300693,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300189,20 +300725,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300221,20 +300756,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300253,34 +300788,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300299,20 +300835,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300331,49 +300866,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300392,20 +300928,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300424,78 +300959,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Security", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300514,20 +301050,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300546,20 +301081,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300578,78 +301113,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" - }, - { "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], + "CommandAlias": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Security", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300668,20 +301204,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300700,20 +301235,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300732,19 +301267,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300763,20 +301299,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300795,20 +301330,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300827,19 +301362,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300858,20 +301394,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300890,20 +301425,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300922,19 +301457,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300953,79 +301489,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301044,64 +301579,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301120,64 +301655,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301196,20 +301731,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301228,19 +301763,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301259,64 +301795,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301335,35 +301870,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityIncident", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "ApiReferenceLink": null, - "Uri": "/security/incidents/{incident-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -301382,19 +301917,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityIncident" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityIncident", + "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": null, - "Uri": "/security/incidents", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityIncident", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -301413,78 +301949,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityIncident" + "CommandAlias": null, + "Uri": "/security/incidents", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSecurityIncident", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityIncidentAlert", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + ], + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlert", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityIncidentAlert", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlert", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityIncidentAlertCommentCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlertCommentCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityIncidentAlertCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlertCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityIncidentCount", - "ApiReferenceLink": null, - "Uri": "/security/incidents/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -301503,308 +302039,307 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/incidents/$count", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSecurityIncidentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + "Method": "GET", + "Command": "Get-MgSecurityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelAuthority", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelAuthority", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelAuthorityCount", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityLabelAuthorityCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCategoryCount", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityLabelCategoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCategorySubcategoryCount", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityLabelCategorySubcategoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelCitation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelCitation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelCitationCount", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityLabelCitationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelDepartment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelDepartment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelDepartmentCount", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityLabelDepartmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelFilePlanReferenceCount", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityLabelFilePlanReferenceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionEventType", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -301823,19 +302358,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -301854,19 +302390,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelCount", + "Uri": "/security/labels/retentionLabels", "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -301885,154 +302421,153 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/labels/retentionLabels/$count", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySecureScore", - "ApiReferenceLink": null, - "Uri": "/security/secureScores/{secureScore-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302051,19 +302586,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecureScore" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySecureScore", + "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, - "Uri": "/security/secureScores", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302082,20 +302618,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecureScore" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySecureScoreControlProfile", + "Uri": "/security/secureScores", "ApiReferenceLink": null, - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302114,19 +302649,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": null, - "Uri": "/security/secureScoreControlProfiles", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302145,19 +302681,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySecureScoreControlProfileCount", + "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": null, - "Uri": "/security/secureScoreControlProfiles/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302176,19 +302712,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySecureScoreCount", + "Uri": "/security/secureScoreControlProfiles/$count", "ApiReferenceLink": null, - "Uri": "/security/secureScores/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfileCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302207,20 +302743,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequest", + "Uri": "/security/secureScores/$count", "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySecureScoreCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302239,19 +302774,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302270,195 +302806,195 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "CommandAlias": null, + "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApprover", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApprover", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestCount", - "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302477,20 +303013,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "ApiVersion": "v1.0", + "Uri": "/security/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302509,49 +303044,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "ApiVersion": "v1.0", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "v1.0", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302570,20 +303106,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthoredNote" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302602,666 +303137,676 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestTeam", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligence", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceArticleCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostReputation" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", @@ -303270,858 +303815,848 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + "Method": "GET", + "Command": "Get-MgSecurityTrigger", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304140,19 +304675,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": null, - "Uri": "/security/triggers/retentionEvents", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304171,19 +304707,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTriggerRetentionEventCount", + "Uri": "/security/triggers/retentionEvents", "ApiReferenceLink": null, - "Uri": "/security/triggers/retentionEvents/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304202,20 +304738,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTriggerRetentionEventType", + "Uri": "/security/triggers/retentionEvents/$count", "ApiReferenceLink": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEventCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304234,34 +304769,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTriggerType", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "ApiReferenceLink": null, - "Uri": "/security/triggerTypes", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEventType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes", "ApiReferenceLink": null, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityTriggerType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304280,19 +304815,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": null, - "Uri": "/security/triggerTypes/retentionEventTypes", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304311,19 +304847,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", + "Uri": "/security/triggerTypes/retentionEventTypes", "ApiReferenceLink": null, - "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Get" + "List" ], - "Module": "Security", + "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304342,267 +304878,266 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementHealthOverviewCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssueCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServiceAnnouncementMessageCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -304645,19 +305180,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", - "Uri": "/servicePrincipals", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -304700,78 +305236,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" + "CommandAlias": null, + "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Method": "GET", + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Method": "GET", + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalAppManagementPolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -304814,20 +305350,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -304870,34 +305405,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -304940,20 +305476,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -304996,20 +305531,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", - "Uri": "/servicePrincipals(appId='{appId}')", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -305052,34 +305587,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" + "CommandAlias": null, + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalByAppId", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgServicePrincipalById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/servicePrincipals/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgServicePrincipalById", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalClaimMappingPolicy", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -305122,19 +305658,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -305177,20 +305713,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -305233,19 +305768,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -305288,34 +305824,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalCreatedObject", + "Uri": "/servicePrincipals/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgServicePrincipalCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalCreatedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -305358,49 +305894,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalCreatedObjectCount", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -305443,49 +305978,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Permissions": [ { "Name": "Application.Read.All", @@ -305512,20 +306048,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -305552,19 +306087,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", - "Uri": "/servicePrincipals/delta", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -305607,63 +306143,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" + "CommandAlias": null, + "Uri": "/servicePrincipals/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalEndpointCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalEndpointCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -305706,19 +306242,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -305761,20 +306297,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -305817,22 +306352,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -305915,22 +306448,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgServicePrincipalMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Get-MgServicePrincipalMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -306029,34 +306562,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOf", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgServicePrincipalMemberObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -306099,107 +306635,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -306242,79 +306777,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -306341,20 +306877,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -306381,34 +306916,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -306451,165 +306987,164 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectCount", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -306652,94 +307187,95 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwner", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -306782,135 +307318,135 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalOwner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsUser", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -306953,20 +307489,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -307009,199 +307544,295 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerCountAsUser", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Method": "GET", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [], + "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Method": "GET", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalRiskDetectionCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetectionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronization", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgServicePrincipalSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "ApiVersion": "v1.0", - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307220,20 +307851,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Get-MgServicePrincipalSynchronizationAccessToken", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307260,19 +307893,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307299,50 +307933,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationJob" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307369,20 +308002,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -307425,79 +308058,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationSecretCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationSecretCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307524,19 +308157,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307563,20 +308197,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307603,20 +308236,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307643,122 +308276,123 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], + "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -307801,20 +308435,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -307857,34 +308490,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -307919,107 +308553,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -308054,197 +308687,197 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareContentTypeBase", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareContentTypeBaseType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgShareContentTypeBase", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgShareContentTypeBaseType", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], + "CommandAlias": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgShareContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareContentTypeBaseTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareCount", - "ApiReferenceLink": null, "Uri": "/shares/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgShareCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgShareCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgShareCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareDriveItem", - "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -308271,20 +308904,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgShareDriveItem", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -308335,591 +308968,601 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareItem", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgShareDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgShareItem", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/shares/{sharedDriveItem-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgShareItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareItemCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareItemCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgShareLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgShareLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareList", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgShareList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgShareListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgShareListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListColumnCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgShareListColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLinkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPositionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListContentTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgShareListCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgShareListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListDrive", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgShareListDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgShareListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgShareListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", @@ -308930,438 +309573,428 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgShareListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgShareListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgShareListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgShareListItemDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgShareListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgShareListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgShareListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgShareListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgShareListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListOperationCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgShareListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgShareListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareListSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgSharePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareRoot", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgShareRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareRootContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgShareRootContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", - "Uri": "/shares/{sharedDriveItem-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Files", + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -309388,49 +310021,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharedDriveItem" - }, - { "CommandAlias": null, + "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/shares", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Method": "GET", + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgShareSite", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/site", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgShareSite", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", - "Uri": "/sites/{site-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -309449,19 +310082,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0", - "Uri": "/sites", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSite", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -309480,37 +310114,36 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" + "CommandAlias": null, + "Uri": "/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0", + "Module": "Sites", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgSiteActivityByInterval", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalytic", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -309561,138 +310194,138 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAnalytics" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticItemActivityStat", + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgSiteAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticLastSevenDay", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -309743,20 +310376,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityStat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteAnalyticTime", + "Uri": "/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/allTime", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteAnalyticLastSevenDay", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -309807,20 +310440,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemActivityStat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/analytics/allTime", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteAnalyticTime", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -309855,35 +310488,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteByPath", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgSiteApplicableContentTypeForList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteColumn", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteByPath", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -309918,19 +310551,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -309965,20 +310599,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteColumnCount", + "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -310013,35 +310646,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteColumnSourceColumn", + "Uri": "/sites/{site-id}/columns/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentType", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -310076,19 +310709,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -310123,86 +310757,85 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" + "CommandAlias": null, + "Uri": "/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeBase", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgSiteContentTypeBase", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgSiteContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgSiteContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteContentTypeBaseTypeCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumn", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -310237,19 +310870,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -310284,20 +310918,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumnCount", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -310332,123 +310965,123 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnLinkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnPositionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -310467,20 +311100,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteContentTypeCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/$count", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -310515,19 +311148,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteCount", + "Uri": "/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, - "Uri": "/sites/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get1" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteContentTypeCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -310546,20 +311180,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteDefaultDrive", + "Uri": "/sites/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/drive", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "Get1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -310610,19 +311243,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", - "Uri": "/sites/delta", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/drive", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteDefaultDrive", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -310641,34 +311275,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" + "CommandAlias": null, + "Uri": "/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "Module": "Sites", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgSiteDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drives/{drive-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgSiteDrive", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/drives", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Sites", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -310719,20 +311353,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteDriveCount", + "Uri": "/sites/{site-id}/drives", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/drives/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteDrive", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -310783,460 +311416,460 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteExternalColumn", + "Uri": "/sites/{site-id}/drives/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteDriveCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgSiteExternalColumn", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/externalColumns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteExternalColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteExternalColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/externalColumns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteExternalColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgSiteGetByPath", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgSiteGetByPathAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteGetByPathColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgSiteGetByPathContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgSiteGetByPathDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgSiteGetByPathDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathExternalColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteGetByPathExternalColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgSiteGetByPathList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "GET", + "Command": "Get-MgSiteGetByPathOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgSiteGetByPathOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "GET", + "Command": "Get-MgSiteGetByPathPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgSiteGetByPathPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgSiteGetByPathSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "GET", + "Command": "Get-MgSiteGetGraphBPrePathByPath", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteList", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Read.All", @@ -311255,19 +311888,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteList", + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteList", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Read.All", @@ -311286,20 +311920,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteList", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -311334,19 +311967,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -311381,20 +312015,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListColumnCount", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -311429,35 +312062,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListColumnSourceColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteListColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -311492,19 +312125,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -311539,20 +312173,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -311587,19 +312220,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -311634,20 +312268,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumnCount", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -311682,123 +312315,123 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnLinkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnPositionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -311817,20 +312450,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListContentTypeCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -311865,20 +312498,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListCount", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -311897,94 +312530,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListCreatedByUser", + "Uri": "/sites/{site-id}/lists/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSiteListCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListCreatedByUserMailboxSetting", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSiteListCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSiteListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListDrive", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListDrive", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -312011,19 +312644,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListItem", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -312042,37 +312676,36 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItem" + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSiteListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgSiteListItemActivityByInterval", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemAnalytic", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -312123,81 +312756,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAnalytics" + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSiteListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "ApiVersion": "v1.0", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -312216,20 +312847,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListItemDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -312272,19 +312905,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -312327,20 +312961,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemDocumentSetVersionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -312383,35 +313016,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemDocumentSetVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemDriveItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -312462,50 +313095,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemDriveItemContent", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListItemField", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -312524,19 +313157,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItemVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -312555,20 +313189,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphListItemVersion" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemVersionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -312587,82 +313220,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [ - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections ", - "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Read and write items in all site collections", - "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all site collections", - "FullDescription": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Sites.FullControl.All", - "Description": "Have full control of all site collections", - "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgSiteListItemVersionField", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListOperation", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -312697,20 +313283,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListOperationCount", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteListOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -312745,64 +313331,111 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections ", + "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Read and write items in all site collections", + "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all site collections", + "FullDescription": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.FullControl.All", + "Description": "Have full control of all site collections", + "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgSiteListOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListSubscriptionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteListSubscriptionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -312845,19 +313478,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -312900,20 +313534,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebookCount", + "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -312956,22 +313589,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -313014,19 +313645,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebookSection", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -313069,19 +313703,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebookSectionGroup", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -313124,20 +313758,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteOperation", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -313180,35 +313813,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteOperationCount", + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/operations/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteOnenoteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -313243,19 +313876,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -313290,35 +313924,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenotePageContent", + "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenotePageCount", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenotePageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -313353,35 +313986,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteResource", + "Uri": "/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgSiteOnenotePageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteResourceContent", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -313416,35 +314049,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteResourceCount", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/resources/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteResourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -313487,19 +314120,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -313542,20 +314176,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionCount", + "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -313598,20 +314231,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -313654,20 +314287,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -313710,22 +314343,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroupCount", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -313768,19 +314399,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroupCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -313823,19 +314457,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionPage", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -313870,20 +314504,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOperation", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionPage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -313918,19 +314551,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOperation", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/operations", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -313965,20 +314599,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteOperationCount", + "Uri": "/sites/{site-id}/operations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/operations/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -314013,20 +314646,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePage", + "Uri": "/sites/{site-id}/operations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -314045,19 +314678,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBaseSitePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePage", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSitePage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -314076,34 +314710,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBaseSitePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePage", + "Uri": "/sites/{site-id}/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Method": "GET", + "Command": "Get-MgSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePage", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/sitePage", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -314122,388 +314756,387 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSitePage" + "CommandAlias": null, + "Uri": "/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSitePageAsSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCanvasLayout", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVerticalSection", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPart", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageWebPartCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -314522,20 +315155,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageCountAsSitePage", + "Uri": "/sites/{site-id}/pages/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/pages/sitePage/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSitePageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -314554,227 +315187,227 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/sites/{site-id}/pages/sitePage/$count", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSitePageCountAsSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSitePageCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Method": "POST", + "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSitePermissionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSitePermissionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -314817,22 +315450,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRecentNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStore", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteRecentNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [ { "Name": "TermStore.Read.All", @@ -314851,51 +315482,51 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStore" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStore", + "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStores", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "GET", + "Command": "Get-MgSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreCount", + "Uri": "/sites/{site-id}/termStores", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStores/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStores/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -314914,20 +315545,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -314946,22 +315579,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupCount", + "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -314980,37 +315611,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315029,15 +315662,25 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreSet" + "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "List", + "List1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315048,34 +315691,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315086,17 +315729,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315107,34 +315750,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315145,17 +315788,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315166,17 +315809,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315187,17 +315830,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315208,17 +315851,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315229,24 +315872,12 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildSet", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Module": "Sites", + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -315265,139 +315896,139 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetParentGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "ApiVersion": "v1.0", - "Variants": [ - "List", - "List1" - ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Command": "Get-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetRelationCount", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "List", + "List1" + ], "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetRelationSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315416,337 +316047,337 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermSet", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSet", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315765,30 +316396,42 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreSet" - }, - { "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Command": "Get-MgSiteTermStoreSet", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315799,24 +316442,12 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "ApiVersion": "v1.0", - "Variants": [ - "List", - "List1", - "List2", - "List3" - ], - "Module": "Sites", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315835,15 +316466,27 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "List", + "List1", + "List2", + "List3" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315854,17 +316497,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315875,34 +316518,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315913,17 +316556,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315934,17 +316577,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315955,17 +316598,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315976,17 +316619,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -315997,83 +316640,83 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -316084,34 +316727,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -316122,17 +316765,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -316143,34 +316786,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -316181,17 +316824,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -316202,17 +316845,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -316223,17 +316866,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -316244,17 +316887,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -316265,488 +316908,478 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "ApiVersion": "v1.0", - "Variants": [ - "List", - "List1" - ], - "Module": "Sites", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -316765,22 +317398,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetRelationCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -316799,73 +317430,73 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetRelationFromTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetRelationSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetRelationToTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationToTerm", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -316884,52 +317515,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Command": "Get-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "v1.0", - "Variants": [ - "List", - "List1" - ], - "Module": "Sites", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -316948,22 +317581,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreTerm" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChildCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -316982,171 +317613,173 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "v1.0", - "Variants": [ - "List", - "List1" - ], - "Module": "Sites", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -317165,22 +317798,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermRelationCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -317199,88 +317830,90 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermRelationSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], + "CommandAlias": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -317315,19 +317948,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubscribedSku" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", - "Uri": "/subscribedSkus", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgSubscribedSku", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -317362,63 +317996,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSubscribedSku" + "CommandAlias": null, + "Uri": "/subscribedSkus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSubscribedSku", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], + "CommandAlias": null, "Uri": "/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", + "Module": "ChangeNotifications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], + "CommandAlias": null, "Uri": "/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", + "Module": "ChangeNotifications", "Variants": [ "List" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSubSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/sites/{site-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgSubSite", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/sites", - "ApiVersion": "v1.0", - "Variants": [ - "List2" - ], - "Module": "Sites", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -317437,20 +318071,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSubSiteCount", + "Uri": "/sites/{site-id}/sites", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/sites/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List2" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgSubSite", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317469,20 +318102,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", - "Uri": "/teams/{team-id}", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgSubSiteCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -317557,19 +318190,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", - "Uri": "/teams", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -317596,20 +318230,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "ApiVersion": "v1.0", + "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Get1", - "GetViaIdentity1" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -317684,19 +318317,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannel", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -317771,20 +318405,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelCount", + "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannel", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -317859,20 +318492,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelFileFolder", + "Uri": "/teams/{team-id}/channels/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read.All", @@ -317947,35 +318580,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelFileFolderContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamChannelFileFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318010,19 +318643,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Group.Read.All", @@ -318049,20 +318683,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMemberCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -318089,22 +318722,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318139,19 +318770,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318186,20 +318820,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318234,20 +318867,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318282,22 +318915,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Delta", + "DeltaViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318332,19 +318963,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318379,20 +319013,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageHostedContentCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318427,20 +319060,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318475,19 +319108,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318522,20 +319156,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318570,20 +319203,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318618,22 +319251,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Delta", + "DeltaViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318668,19 +319299,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318715,20 +319349,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318763,22 +319396,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318797,19 +319428,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318828,34 +319462,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318874,20 +319508,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318906,20 +319539,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeamCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318938,20 +319571,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -319050,19 +319683,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -319161,20 +319795,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelTabCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -319273,34 +319906,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelTabTeamApp", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgTeamChannelTabCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/teams/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamChannelTabTeamApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -319327,63 +319961,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/$count", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgTeamCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgTeamGroupServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgTeamIncomingChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/incomingChannels", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Teams", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -319410,20 +320044,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamIncomingChannelCount", + "Uri": "/teams/{team-id}/incomingChannels", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/incomingChannels/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -319450,20 +320083,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/incomingChannels/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamIncomingChannelCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -319610,19 +320243,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -319761,20 +320395,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamInstalledAppCount", + "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -319913,50 +320546,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamInstalledAppTeamApp", + "Uri": "/teams/{team-id}/installedApps/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgTeamInstalledAppCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamInstalledAppTeamAppDefinition", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgTeamInstalledAppTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamMember", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -319983,19 +320616,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -320022,20 +320656,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamMemberCount", + "Uri": "/teams/{team-id}/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -320062,78 +320695,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamOperation", + "Uri": "/teams/{team-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgTeamMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgTeamOperation", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], + "CommandAlias": null, "Uri": "/teams/{team-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "GET", + "Command": "Get-MgTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamOperationCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgTeamPermissionGrant", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/permissionGrants", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Teams", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -320216,20 +320850,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPermissionGrantCount", + "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/permissionGrants/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamPermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -320312,50 +320945,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPhoto", + "Uri": "/teams/{team-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/photo", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgTeamPermissionGrantCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPhotoContent", + "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/photo/$value", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannel", + "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamPhotoContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -320398,453 +321031,453 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelFileFolder", + "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelFileFolderContent", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelFileFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMember", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], + "CommandAlias": null, "Uri": "/teams/{team-id}/primaryChannel/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTabCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamSchedule", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [ { "Name": "Schedule.Read.All", @@ -320879,20 +321512,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamSchedule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -320927,19 +321560,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -320958,20 +321592,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOfferShiftRequestCount", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -320990,20 +321623,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321038,19 +321671,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShift" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321085,20 +321719,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShift" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321133,19 +321766,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321180,20 +321814,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -321228,20 +321861,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShiftCount", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -321276,20 +321909,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleSchedulingGroup", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/openShifts/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321324,19 +321957,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedulingGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleSchedulingGroup", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321371,20 +322005,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedulingGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleSchedulingGroupCount", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -321419,20 +322052,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleShift", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleSchedulingGroupCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Group.Read.All", @@ -321467,19 +322100,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShift" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleShift", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321514,20 +322148,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShift" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleShiftCount", + "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -321562,34 +322195,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shifts/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "GET", + "Command": "Get-MgTeamScheduleShiftCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321624,20 +322258,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -321672,20 +322305,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOff", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321720,19 +322353,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOff" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOff", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321767,20 +322401,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOff" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffCount", + "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -321815,20 +322448,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReason", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timesOff/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321863,19 +322496,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffReason" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReason", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321910,20 +322544,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffReason" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReasonCount", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -321958,20 +322591,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequest", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReasonCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -322006,19 +322639,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffRequest" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequest", + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -322053,20 +322687,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequestCount", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -322101,20 +322734,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTag", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffRequestCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322149,19 +322782,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamTag", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322196,20 +322830,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTagCount", + "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamTag", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322244,20 +322877,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/$count", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamTagCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322292,19 +322925,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkTagMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamTagMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322339,20 +322973,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamworkTagMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTagMemberCount", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamTagMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322387,613 +323020,614 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgTeamTagMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/template", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamwork", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamwork", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", "Uri": "/teamwork", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Get" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamwork" + "Method": "GET", + "Command": "Get-MgTeamwork", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedChat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeletedChat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedChat" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedChat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedChatCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedChatCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkDeletedTeamCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkTeamAppSetting", - "ApiReferenceLink": null, - "Uri": "/teamwork/teamsAppSettings", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppSettings", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -323012,20 +323646,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkWorkforceIntegration", + "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": null, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamworkTeamAppSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -323044,19 +323677,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWorkforceIntegration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": null, - "Uri": "/teamwork/workforceIntegrations", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -323075,19 +323709,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWorkforceIntegration" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamworkWorkforceIntegrationCount", + "Uri": "/teamwork/workforceIntegrations", "ApiReferenceLink": null, - "Uri": "/teamwork/workforceIntegrations/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -323106,20 +323740,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "Uri": "/teamwork/workforceIntegrations/$count", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegrationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323138,19 +323771,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323169,19 +323803,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", + "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ - "Get" + "List" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323200,34 +323834,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "ApiReferenceLink": null, + "Module": "Identity.Partner", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [ + { + "Name": "DelegatedAdminRelationship.Read.All", + "Description": "Read Delegated Admin relationships with customers", + "FullDescription": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DelegatedAdminRelationship.ReadWrite.All", + "Description": "Manage Delegated Admin relationships with customers", + "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "List" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323246,20 +323911,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323278,20 +323943,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323310,19 +323975,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "List" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323341,20 +324006,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323373,19 +324038,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "List" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323404,20 +324069,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323436,19 +324101,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323467,20 +324132,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323499,19 +324164,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "List" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323530,20 +324195,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323562,20 +324227,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323594,19 +324259,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "List" ], - "Module": "Identity.Partner", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323625,51 +324290,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [ - { - "Name": "DelegatedAdminRelationship.Read.All", - "Description": "Read Delegated Admin relationships with customers", - "FullDescription": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DelegatedAdminRelationship.ReadWrite.All", - "Description": "Manage Delegated Admin relationships with customers", - "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -323696,19 +324330,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMultiTenantOrganization" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", + "Uri": "/tenantRelationships/multiTenantOrganization", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -323727,34 +324361,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -323781,19 +324415,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -323820,20 +324454,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0", - "Uri": "/users/{user-id}", - "ApiVersion": "v1.0", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -323956,19 +324589,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0", - "Uri": "/users", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -324075,137 +324709,137 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" + "CommandAlias": null, + "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0", + "Module": "Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "GET", + "Command": "Get-MgUserActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "GET", + "Command": "Get-MgUserActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserActivityCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserActivityCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", "Variants": [ "List" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserActivityHistoryItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItemActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserActivityHistoryItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItemCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgUserAgreementAcceptance", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/agreementAcceptances", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.Governance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -324224,20 +324858,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAgreementAcceptance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAgreementAcceptanceCount", + "Uri": "/users/{user-id}/agreementAcceptances", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/agreementAcceptances/$count", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -324256,34 +324889,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/agreementAcceptances/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgUserAgreementAcceptanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -324302,20 +324936,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAppRoleAssignmentCount", + "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments/$count", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Applications", + "Method": "GET", + "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -324334,67 +324967,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + "Method": "GET", + "Command": "Get-MgUserAppRoleAssignmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324429,20 +325015,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationEmailMethodCount", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324477,20 +325063,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324525,19 +325110,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/emailMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/fido2Methods", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethodCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324572,20 +325158,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationFido2MethodCount", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324620,20 +325206,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/fido2Methods", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2MethodCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -324668,19 +325301,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -324715,20 +325349,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationMethodCount", + "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -324763,20 +325396,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/methods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMethodCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324811,19 +325444,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324858,20 +325492,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324906,35 +325539,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -324969,49 +325602,97 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLongRunningOperation" - }, - { "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgUserAuthenticationOperation", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/authentication/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationPasswordMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325046,19 +325727,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationPasswordMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordMethods", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325093,20 +325774,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationPasswordMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethodCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325141,20 +325822,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325189,19 +325870,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325236,25 +325917,25 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethodCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Permissions": [ { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true @@ -325276,28 +325957,28 @@ "IsLeastPrivilege": false }, { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325332,19 +326013,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325379,20 +326060,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325427,20 +326108,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325475,19 +326156,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325522,20 +326203,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325570,20 +326251,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325618,19 +326299,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "List" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325665,112 +326346,65 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgUserById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/users/getByIds", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Get", "GetExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Get-MgUserById", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgUserCalendar", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendars", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Calendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -325805,20 +326439,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCalendar" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCalendarCount", + "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendars/$count", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserCalendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -325853,19 +326486,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCalendarEvent", + "Uri": "/users/{user-id}/calendars/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserCalendarCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -325892,22 +326526,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/calendar/events/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" + "List1" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserCalendarEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -325934,20 +326565,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserCalendarGroup", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/users/{user-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserCalendarEventDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -325966,19 +326599,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCalendarGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserCalendarGroup", + "CommandAlias": null, + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendarGroups", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -326005,19 +326639,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCalendarGroup" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserCalendarGroupCalendar", + "CommandAlias": null, + "Uri": "/users/{user-id}/calendarGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -326052,20 +326686,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCalendar" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCalendarGroupCount", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendarGroups/$count", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserCalendarGroupCalendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -326092,86 +326725,86 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/calendarGroups/$count", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserCalendarGroupCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserCalendarPermission", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgUserCalendarPermission", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/calendar/calendarPermissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List", "List1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "GET", + "Command": "Get-MgUserCalendarPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCalendarPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserCalendarPermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScheduleInformation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgUserCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduleInformation" + "Method": "POST", + "Command": "Get-MgUserCalendarSchedule", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserCalendarView", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendar/calendarView", - "ApiVersion": "v1.0", - "Variants": [ - "List", - "List1" - ], - "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -326198,20 +326831,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChat", + "Uri": "/users/{user-id}/calendar/calendarView", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "Get", - "GetViaIdentity" + "List", + "List1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserCalendarView", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -326294,19 +326927,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChat", + "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChat", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -326349,20 +326983,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatCount", + "Uri": "/users/{user-id}/chats", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChat", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -326405,109 +327038,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "GET", + "Command": "Get-MgUserChatCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "GET", + "Command": "Get-MgUserChatInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatInstalledAppCount", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserChatInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatInstalledAppTeamApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgUserChatInstalledAppCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgUserChatInstalledAppTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatLastMessagePreview", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Method": "GET", + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -326606,19 +327239,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -326717,20 +327351,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMemberCount", + "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -326829,20 +327462,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatMemberCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -326901,19 +327534,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -326956,20 +327590,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageCount", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -327012,20 +327645,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserChatMessageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -327084,22 +327717,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Delta", + "DeltaViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatMessageDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -327158,19 +327789,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -327229,20 +327863,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageHostedContentCount", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -327301,274 +327934,274 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageReply", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgUserChatMessageReply", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgUserChatMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyHostedContentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgUserChatPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "GET", + "Command": "Get-MgUserChatPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserChatPermissionGrantCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "GET", + "Command": "Get-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "GET", + "Command": "Get-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatPinnedMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserChatPinnedMessageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgUserChatTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "GET", + "Command": "Get-MgUserChatTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatTabCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserChatTabCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatTabTeamApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgUserChatTabTeamApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContact", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -327587,19 +328220,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContact", + "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -327618,20 +328252,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactCount", + "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts/$count", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -327650,20 +328283,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/contacts/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/contacts/$count", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserContactCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -327682,64 +328315,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" + "CommandAlias": null, + "Uri": "/users/{user-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserContactDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "List" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserContactExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolder", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -327758,19 +328391,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolder", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -327789,34 +328423,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "GET", + "Command": "Get-MgUserContactFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -327835,20 +328469,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -327867,19 +328500,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -327898,20 +328532,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -327930,20 +328563,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -327962,94 +328595,94 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" + "CommandAlias": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "List" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactPhoto", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -328068,35 +328701,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "Module": "PersonalContacts", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderDelta", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderContact", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -328115,19 +328748,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -328146,20 +328780,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderContactCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -328178,20 +328811,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserContactFolderContactCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -328210,94 +328843,94 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContact" + "CommandAlias": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserContactFolderContactDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "List" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserContactFolderContactPhoto", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgUserContactFolderContactExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserContactFolderContactPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/$count", - "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", + "Method": "GET", + "Command": "Get-MgUserContactFolderContactPhotoContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -328316,20 +328949,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/contactFolders/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/contactFolders/$count", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserContactFolderCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -328348,49 +328981,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContactFolder" + "CommandAlias": null, + "Uri": "/users/{user-id}/contactFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserContactFolderDelta", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserContactPhoto", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "GET", + "Command": "Get-MgUserContactPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserContactPhotoContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCount", - "ApiReferenceLink": null, - "Uri": "/users/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Users", + "OutputType": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -328497,34 +329131,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCreatedObject", + "Uri": "/users/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgUserCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCreatedObject", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/createdObjects", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -328575,49 +329209,48 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/createdObjects", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCreatedObjectCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/createdObjects/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -328668,49 +329301,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", + "Uri": "/users/{user-id}/createdObjects/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserCreatedObjectCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserDefaultCalendar", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendar", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDefaultCalendarEvent", + "Uri": "/users/{user-id}/calendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/calendar/events", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserDefaultCalendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -328737,22 +329371,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgUserDefaultCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", - "Uri": "/users/{user-id}/calendar/getSchedule", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "List" ], - "Module": "Users.Actions", + "Method": "GET", + "Command": "Get-MgUserDefaultCalendarEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphScheduleInformation", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -328779,20 +329410,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScheduleInformation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDefaultDrive", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drive", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Files", + "Method": "POST", + "Command": "Get-MgUserDefaultCalendarSchedule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -328843,19 +329476,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", - "Uri": "/users/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/drive", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserDefaultDrive", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.Read.All", @@ -328890,78 +329524,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" + "CommandAlias": null, + "Uri": "/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgUserDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "GET", + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "GET", + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDirectReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgUserDirectReport", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/directReports", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Users", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -329004,78 +329638,77 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/directReports", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserDirectReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgUserDirectReportAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/orgContact", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "GET", + "Command": "Get-MgUserDirectReportAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDirectReportAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/user", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDirectReportAsUser", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDirectReportCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/directReports/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -329118,64 +329751,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDirectReportCountAsOrgContact", + "Uri": "/users/{user-id}/directReports/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/directReports/orgContact/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDirectReportCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDirectReportCountAsUser", + "Uri": "/users/{user-id}/directReports/orgContact/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/directReports/user/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDirectReportCountAsOrgContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDrive", + "Uri": "/users/{user-id}/directReports/user/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgUserDirectReportCountAsUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "List" + "Get1", + "GetViaIdentity1" ], - "Module": "Files", + "Method": "GET", + "Command": "Get-MgUserDrive", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -329226,138 +329860,137 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDrive" + "CommandAlias": null, + "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveBundleContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveBundleCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBase", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBaseTypeCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Files", + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -329408,2797 +330041,2797 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/drives/$count", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserDriveCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveFollowing", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveFollowing", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveFollowing", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveFollowing", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveFollowingContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveFollowingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticTime", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveItemChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveItemChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveItemDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveItemItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgUserDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgUserDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemPermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgUserDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "GET", + "Command": "Get-MgUserDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgUserDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgUserDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgUserDriveListColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgUserDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgUserDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "GET", + "Command": "Get-MgUserDriveListDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgUserDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgUserDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgUserDriveListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgUserDriveListItemDelta", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgUserDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "GET", + "Command": "Get-MgUserDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListOperationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgUserDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgUserDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveListSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveRootActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticTime", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootChildCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveRootDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgUserDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "GET", + "Command": "Get-MgUserDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootPermissionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "GET", + "Command": "Get-MgUserDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "GET", + "Command": "Get-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootSubscriptionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnailCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "GET", + "Command": "Get-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveRootVersionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveSpecial", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveSpecial", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveSpecial", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Get-MgUserDriveSpecial", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveSpecialContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserDriveSpecialCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEvent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332217,19 +332850,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEvent", + "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332256,79 +332890,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserEventAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserEventAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserEventCalendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}/calendar", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgUserEventAttachmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventCount", + "Uri": "/users/{user-id}/events/{event-id}/calendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/$count", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserEventCalendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332355,20 +332988,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/events/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/events/$count", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserEventCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -332395,78 +333028,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/users/{user-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserEventDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserEventExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserEventInstance", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgUserEventInstance", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}/instances", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Calendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332485,79 +333119,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/users/{user-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserEventInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserEventInstanceCalendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "GET", + "Command": "Get-MgUserEventInstanceAttachmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventInstanceCount", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", + "Method": "GET", + "Command": "Get-MgUserEventInstanceCalendar", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332576,137 +333209,138 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserEventInstanceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventInstanceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "GET", + "Command": "Get-MgUserEventInstanceDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserEventInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserEventInstanceExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserFollowedSite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/followedSites/{site-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgUserFollowedSite", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/followedSites", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Sites", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -332725,20 +333359,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSite" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserFollowedSiteCount", + "Uri": "/users/{user-id}/followedSites", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/followedSites/$count", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Sites", + "Method": "GET", + "Command": "Get-MgUserFollowedSite", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -332757,78 +333390,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserInferenceClassification", + "CommandAlias": null, + "Uri": "/users/{user-id}/followedSites/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/inferenceClassification", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassification" + "Method": "GET", + "Command": "Get-MgUserFollowedSiteCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserInferenceClassificationOverride", + "OutputType": "IMicrosoftGraphInferenceClassification", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Method": "GET", + "Command": "Get-MgUserInferenceClassification", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "Module": "Mail", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/inferenceClassification/overrides", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Method": "GET", + "Command": "Get-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserInferenceClassificationOverrideCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserInferenceClassificationOverrideCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserJoinedTeam", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/joinedTeams", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -332887,49 +333521,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserLastSharedMethodInsight", + "Uri": "/users/{user-id}/joinedTeams", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "People", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserJoinedTeam", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserLicenseDetail", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Method": "GET", + "Command": "Get-MgUserLastSharedMethodInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserLicenseDetail", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/licenseDetails", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [ { "Name": "User.Read", @@ -332972,20 +333606,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLicenseDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserLicenseDetailCount", + "Uri": "/users/{user-id}/licenseDetails", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/licenseDetails/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -333028,20 +333661,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", - "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/licenseDetails/$count", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserLicenseDetailCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", "Permissions": [ { "Name": "User.Read", @@ -333076,20 +333709,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailboxSetting", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -333108,20 +333741,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailboxSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolder", + "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMailboxSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333156,19 +333789,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMailFolder", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333203,34 +333837,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "GET", + "Command": "Get-MgUserMailFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333265,20 +333899,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333313,241 +333946,241 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "Module": "Mail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderDelta", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/$count", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333582,20 +334215,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/mailFolders/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/mailFolders/$count", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserMailFolderCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333630,20 +334263,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailFolder" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessage", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/mailFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "DeltaViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMailFolderDelta", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -333670,19 +334303,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333717,64 +334351,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "Module": "Mail", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Mail", + "OutputType": null, "Permissions": [ { "Name": "Mail.Read", @@ -333801,20 +334434,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333849,20 +334482,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333897,110 +334530,108 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageRuleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageRuleCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgUserMailTip", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", - "Uri": "/users/{user-id}/getMailTips", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailTips", "Permissions": [ { "Name": "Mail.Read", @@ -334019,20 +334650,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMailTips" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedAppDiagnosticStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0", - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/getMailTips", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Users.Functions", + "Method": "POST", + "Command": "Get-MgUserMailTip", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -334051,20 +334684,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedAppPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0", - "Uri": "/users/{user-id}/getManagedAppPolicies", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserManagedAppDiagnosticStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -334083,328 +334716,328 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "CommandAlias": null, + "Uri": "/users/{user-id}/getManagedAppPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserManagedAppPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Method": "GET", + "Command": "Get-MgUserManagedAppRegistration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Method": "GET", + "Command": "Get-MgUserManagedAppRegistration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedAppRegistrationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserManagedAppRegistrationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "GET", + "Command": "Get-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "GET", + "Command": "Get-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationStateCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagedDeviceWithAppFailure", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users.Functions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -334423,20 +335056,68 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWithAppFailure", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [ + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read user profiles without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and update user profiles without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManager", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserManager", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read.All", @@ -334471,70 +335152,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserManagerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [ - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read user profiles without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and update user profiles without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserManagerByRef", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Uri": "/users/{user-id}/getMemberGroups", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -334617,22 +335248,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgUserMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Uri": "/users/{user-id}/getMemberObjects", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Get-MgUserMemberGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -334731,20 +335362,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOf", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Users", + "Method": "POST", + "Command": "Get-MgUserMemberObject", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -334763,19 +335396,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOf", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -334810,34 +335444,34 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgUserMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -334856,34 +335490,34 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfAsDirectoryRole", + "Uri": "/users/{user-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfAsDirectoryRole", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/directoryRole", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsDirectoryRole", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "User.Read", @@ -334902,34 +335536,34 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphDirectoryRole" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfAsGroup", + "Uri": "/users/{user-id}/memberOf/directoryRole", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgUserMemberOfAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfAsGroup", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/group", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "User.Read", @@ -334948,20 +335582,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfCount", + "Uri": "/users/{user-id}/memberOf/group", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -334996,20 +335629,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserMemberOfCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -335028,20 +335661,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfCountAsDirectoryRole", + "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -335060,20 +335693,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMemberOfCountAsGroup", + "Uri": "/users/{user-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/memberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -335092,20 +335725,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessage", + "Uri": "/users/{user-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -335132,19 +335765,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -335179,64 +335813,63 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "Module": "Mail", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "GET", + "Command": "Get-MgUserMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMessageAttachmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Mail", + "OutputType": null, "Permissions": [ { "Name": "Mail.Read", @@ -335263,20 +335896,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageCount", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/$count", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", + "Method": "GET", + "Command": "Get-MgUserMessageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -335311,20 +335944,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/messages/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserMessageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -335351,78 +335984,79 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMessage" + "CommandAlias": null, + "Uri": "/users/{user-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserMessageDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserMessageExtensionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrant", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Users", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -335441,20 +336075,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOauth2PermissionGrantCount", + "Uri": "/users/{user-id}/oauth2PermissionGrants", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -335473,20 +336106,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrantCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -335529,19 +336162,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -335584,20 +336218,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebookCount", + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -335640,22 +336273,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgUserOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Module": "Users.Actions", + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -335698,19 +336329,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebookSection", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "List" + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -335753,19 +336387,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -335808,20 +336442,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteOperation", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -335864,35 +336497,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteOperationCount", + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/operations/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnenoteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteOperationCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -335927,19 +336560,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenotePage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -335974,20 +336608,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenotePage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -336022,20 +336655,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenotePageCount", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenotePageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -336070,20 +336703,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserOnenotePageCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -336126,35 +336759,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRecentNotebook" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteResource", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "GET", + "Command": "Get-MgUserOnenoteRecentNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteResourceContent", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -336189,35 +336822,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteResourceCount", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/resources/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteResourceCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -336260,19 +336893,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -336315,20 +336949,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionCount", + "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -336371,20 +337004,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -336427,20 +337060,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List", - "List1" + "Get", + "GetViaIdentity" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -336483,22 +337116,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroupCount", + "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List", + "List1" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -336541,19 +337172,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroupCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -336596,19 +337230,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionPage", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" ], - "Module": "Notes", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroupSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -336643,20 +337277,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionPage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -336691,19 +337324,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -336738,123 +337372,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "ApiVersion": "v1.0", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "Variants": [ + "List" + ], "Method": "GET", - "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingCount", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/$count", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -336889,153 +337522,153 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingRecording", + "Uri": "/users/{user-id}/onlineMeetings/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecordingContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingRecordingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecordingCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingTranscriptCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users.Functions", + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -337086,78 +337719,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserOutlookMasterCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" - }, - { - "CommandAlias": "Select", "Method": "GET", "Command": "Get-MgUserOutlookMasterCategory", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/outlook/masterCategories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Method": "GET", + "Command": "Get-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOutlookMasterCategoryCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOutlookMasterCategoryCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgUserOwnedDevice", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Users", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -337200,107 +337834,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/ownedDevices", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsEndpoint", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -337343,79 +337976,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", + "Uri": "/users/{user-id}/ownedDevices/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceCountAsDevice", + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices/device/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", + "Uri": "/users/{user-id}/ownedDevices/device/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObject", + "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObject", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserOwnedObject", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -337458,107 +338092,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/ownedObjects", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserOwnedObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/application", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -337601,79 +338234,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectCountAsApplication", + "Uri": "/users/{user-id}/ownedObjects/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/application/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOwnedObjectCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectCountAsGroup", + "Uri": "/users/{user-id}/ownedObjects/application/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/group/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", + "Uri": "/users/{user-id}/ownedObjects/group/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserPerson", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/people/{person-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": "IMicrosoftGraphPerson" + "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserPerson", + "OutputType": "IMicrosoftGraphPerson", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/people/{person-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/people", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserPerson", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPerson", "Permissions": [ { "Name": "People.Read", @@ -337692,20 +338326,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPerson" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserPersonCount", + "Uri": "/users/{user-id}/people", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/people/$count", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserPerson", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "People.Read", @@ -337724,22 +338357,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserPhoto", + "CommandAlias": null, + "Uri": "/users/{user-id}/people/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photo", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserPersonCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "User.Read", @@ -337751,8 +338382,8 @@ }, { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -337775,26 +338406,29 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfilePhoto" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserPhoto", + "CommandAlias": null, + "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photos", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserPhoto", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "User.Read", @@ -337806,8 +338440,8 @@ }, { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -337830,29 +338464,26 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProfilePhoto" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserPhotoContent", + "Uri": "/users/{user-id}/photos", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photo/$value", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserPhoto", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -337864,8 +338495,8 @@ }, { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -337888,27 +338519,29 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserPlanner", + "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgUserPhotoContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerUser", "Permissions": [ { "Name": "Tasks.Read", @@ -337951,19 +338584,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerUser" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserPlannerPlan", + "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/plans", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgUserPlanner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -337998,19 +338632,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserPlannerTask", + "Uri": "/users/{user-id}/planner/plans", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/tasks", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" ], - "Module": "Planner", + "Method": "GET", + "Command": "Get-MgUserPlannerPlan", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -338061,20 +338695,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserPresence", + "Uri": "/users/{user-id}/planner/tasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/presence", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "CloudCommunications", + "Method": "GET", + "Command": "Get-MgUserPlannerTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read", @@ -338101,34 +338734,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPresence" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDevice", + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgUserPresence", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDevice", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -338171,107 +338805,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/registeredDevices", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/device", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/endpoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -338314,79 +338947,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", + "Uri": "/users/{user-id}/registeredDevices/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceCountAsDevice", + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/device/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", + "Uri": "/users/{user-id}/registeredDevices/device/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "Directory.Read.All", @@ -338405,20 +339039,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserScopedRoleMemberOfCount", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -338437,20 +339070,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSetting", + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOfCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserSettings", "Permissions": [ { "Name": "User.Read.All", @@ -338469,20 +339102,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserSettings" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphShiftPreferences", "Permissions": [ { "Name": "User.Read.All", @@ -338517,108 +339150,108 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShiftPreferences" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSettingWindows", + "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Method": "GET", + "Command": "Get-MgUserSettingShiftPreference", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsSetting", + "Permissions": [], "CommandAlias": null, + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Command": "Get-MgUserSettingWindows", - "ApiReferenceLink": null, + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsSetting", + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/settings/windows", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Method": "GET", + "Command": "Get-MgUserSettingWindows", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSettingWindowsCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserSettingWindowsCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Method": "GET", + "Command": "Get-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Method": "GET", + "Command": "Get-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSettingWindowsInstanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserSettingWindowsInstanceCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSharedCountInsight", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "People", + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338637,34 +339270,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSharedInsight", + "Uri": "/users/{user-id}/insights/shared/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedInsight" + "Method": "GET", + "Command": "Get-MgUserSharedCountInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSharedInsight", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserSharedInsight", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSharedInsight", "Permissions": [ { "Name": "Sites.Read.All", @@ -338683,89 +339317,49 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSharedInsight" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSharedResourceInsight", + "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "People", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserSharedInsight", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSponsor", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, "Method": "GET", - "Command": "Get-MgUserSponsor", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/sponsors", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Users", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Command": "Get-MgUserSharedResourceInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserSponsorCount", + "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/sponsors/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserSponsor", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -338792,20 +339386,59 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/sponsors", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserSponsor", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamwork", + "Uri": "/users/{user-id}/sponsors/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserSponsorCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserTeamwork", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -338824,36 +339457,37 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphUserTeamwork" + "CommandAlias": null, + "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserTeamwork", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Teams", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -338880,20 +339514,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamworkAssociatedTeamCount", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -338920,20 +339553,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserTeamworkAssociatedTeamCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -339048,19 +339681,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -339175,20 +339809,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledAppChat", + "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -339255,20 +339888,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledAppCount", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppChat", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -339383,50 +340016,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledAppTeamApp", + "Uri": "/users/{user-id}/teamwork/installedApps/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoList", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.Read", @@ -339461,19 +340094,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTaskList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoList", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.Read", @@ -339508,20 +340142,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTaskList" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoListCount", + "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoList", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -339556,20 +340189,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoListDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/todo/lists/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/todo/lists/$count", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserTodoListCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -339596,64 +340229,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTaskList" + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserTodoListDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "GET", "Command": "Get-MgUserTodoListExtension", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoListExtensionCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserTodoListExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoListExtensionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -339688,19 +340321,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTask" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -339735,20 +340369,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTask" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachment", + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.Read", @@ -339783,19 +340416,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttachmentBase" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachment", + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.Read", @@ -339830,20 +340464,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttachmentBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -339878,20 +340511,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -339926,79 +340559,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentSession", + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentSession", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentSessionContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentSessionCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentSessionContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentSessionCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -340033,19 +340666,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChecklistItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItem", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -340080,20 +340714,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChecklistItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskChecklistItemCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItem", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -340128,20 +340761,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItemCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -340176,20 +340809,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Get-MgUserTodoTaskCount", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -340224,64 +340857,64 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTodoTask" + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserTodoTaskDelta", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserTodoTaskExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtension", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Method": "GET", + "Command": "Get-MgUserTodoTaskExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserTodoTaskExtensionCount", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskLinkedResource", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -340316,19 +340949,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLinkedResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -340363,20 +340997,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLinkedResource" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskLinkedResourceCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -340411,34 +341044,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOf", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResourceCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOf", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Users", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -340489,107 +341123,106 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" + "CommandAlias": null, + "Uri": "/users/{user-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -340640,65 +341273,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", + "Uri": "/users/{user-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTrendingCountInsight", + "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/trending/$count", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340717,34 +341350,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTrendingInsight", + "Uri": "/users/{user-id}/insights/trending/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrending" + "Method": "GET", + "Command": "Get-MgUserTrendingCountInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTrending", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTrendingInsight", + "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/trending", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserTrendingInsight", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTrending", "Permissions": [ { "Name": "Sites.Read.All", @@ -340763,20 +341397,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTrending" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTrendingResourceInsight", + "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserTrendingInsight", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340795,20 +341428,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserUsedCountInsight", + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/used/$count", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserTrendingResourceInsight", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340827,34 +341460,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserUsedInsight", + "Uri": "/users/{user-id}/insights/used/$count", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsedInsight" + "Method": "GET", + "Command": "Get-MgUserUsedCountInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUsedInsight", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserUsedInsight", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/used", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserUsedInsight", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUsedInsight", "Permissions": [ { "Name": "Sites.Read.All", @@ -340873,20 +341507,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUsedInsight" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserUsedResourceInsight", + "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "ApiVersion": "v1.0", + "Module": "People", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "People", + "Method": "GET", + "Command": "Get-MgUserUsedInsight", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340905,531 +341538,529 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "ApiReferenceLink": null, + "Module": "People", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserUsedResourceInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get1", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Method": "GET", + "Command": "Get-MgVirtualEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEvent", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Method": "GET", + "Command": "Get-MgVirtualEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgVirtualEventSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgVirtualEventSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReportCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventSessionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinar", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinar", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarByUserRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarByUserRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgVirtualEventWebinarSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionCount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaGroupSitePermission", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaSharePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "ApiVersion": "beta", - "Variants": [ - "Grant", - "GrantExpanded", - "GrantViaIdentity", - "GrantViaIdentityExpanded" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -341456,158 +342087,158 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaSitePermission", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaSharePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaUserDriveItemPermission", + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaSitePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgBetaUserDriveRootPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaUserDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgBetaUserDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgGroupDriveItemPermission", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgGroupSitePermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgSharePermission", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Files", + "Method": "POST", + "Command": "Grant-MgGroupSitePermission", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -341634,332 +342265,334 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" + "CommandAlias": null, + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Module": "Files", + "Variants": [ + "Grant", + "GrantExpanded", + "GrantViaIdentity", + "GrantViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Grant-MgSharePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgUserDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Grant-MgUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Grant-MgUserDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Hide-MgBetaChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/hideForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Hide-MgBetaChatForUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Hide-MgBetaUserChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Hide-MgBetaUserChatForUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Hide-MgChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/hideForUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Hide-MgChatForUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Hide-MgUserChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Hide-MgUserChatForUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult" + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult" + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Method": "POST", + "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", - "ApiVersion": "beta", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -341978,22 +342611,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ "Activate", - "ActivateExpanded", - "ActivateViaIdentity", - "ActivateViaIdentityExpanded" + "ActivateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -342012,22 +342643,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -342046,20 +342677,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "ApiVersion": "beta", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Activate", - "ActivateViaIdentity" + "ActivateExpanded", + "ActivateViaIdentity", + "ActivateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -342078,84 +342711,84 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", + "Command": "Initialize-MgBetaEducationClassAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/activate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Initialize-MgBetaEducationMeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Initialize-MgBetaEducationUserAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "ApiVersion": "beta", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -342174,37 +342807,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", + "Module": "Beta.Security", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", + "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgBetaUserManagedDeviceEsim", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Initialize-MgBetaUserManagedDeviceEsim", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "ApiVersion": "v1.0", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -342223,84 +342856,84 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", + "Command": "Initialize-MgEducationClassAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/activate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Initialize-MgEducationMeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Initialize-MgEducationUserAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "ApiVersion": "v1.0", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -342319,22 +342952,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAbortPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0", + "Module": "Security", "Variants": [ - "Abort", - "AbortExpanded", - "AbortViaIdentity", - "AbortViaIdentityExpanded" + "Activate", + "ActivateViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "POST", + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -342361,190 +342992,190 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "Variants": [ + "Abort", + "AbortExpanded", + "AbortViaIdentity", + "AbortViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgAbortPrintPrinterJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAbortPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAbortPrintShareJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptGroupCalendarEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/accept", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptGroupEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptGroupEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptGroupEventTentatively", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/accept", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptUserEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptUserEventInstanceTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAcceptUserEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventTentatively", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgAnswerCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/answer", - "ApiVersion": "v1.0", - "Variants": [ - "Answer", - "AnswerExpanded", - "AnswerViaIdentity", - "AnswerViaIdentityExpanded" - ], - "Module": "CloudCommunications", + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -342563,37 +343194,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/answer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", + "Module": "CloudCommunications", + "Variants": [ + "Answer", + "AnswerExpanded", + "AnswerViaIdentity", + "AnswerViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgAnswerCommunicationCall", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgArchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/archive", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Archive", "ArchiveExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgArchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/archive", - "ApiVersion": "v1.0", - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -342628,20 +343259,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "As", - "AsViaIdentity" + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "Invoke-MgArchiveTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -342660,19 +343293,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", - "Uri": "/directory/federationConfigurations/availableProviderTypes", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ - "Available" + "As", + "AsViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "GET", + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -342691,19 +343325,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgAvailableIdentityProviderType", + "Uri": "/directory/federationConfigurations/availableProviderTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", - "Uri": "/identity/identityProviders/availableProviderTypes", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Available" ], - "Module": "Identity.SignIns", + "Method": "GET", + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -342722,37 +343356,36 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/identityProviders/availableProviderTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Available" + ], + "Method": "GET", + "Command": "Invoke-MgAvailableIdentityProviderType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "ApiVersion": "v1.0", - "Variants": [ - "Begin", - "BeginViaIdentity" - ], - "Module": "DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -342771,22 +343404,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAbortPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "ApiVersion": "beta", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ - "Abort", - "AbortExpanded", - "AbortViaIdentity", - "AbortViaIdentityExpanded" + "Begin", + "BeginViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "POST", + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -342813,282 +343444,282 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Abort", + "AbortExpanded", + "AbortViaIdentity", + "AbortViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaAbortPrintPrinterJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAbortPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAbortPrintShareJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/accept", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptGroupEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptGroupEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptGroupEventTentatively", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/accept", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEventInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptUserEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEventTentatively", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Account", "AccountViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Allow", "AllowViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Allow", "AllowViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaAnswerCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/answer", - "ApiVersion": "beta", - "Variants": [ - "Answer", - "AnswerExpanded", - "AnswerViaIdentity", - "AnswerViaIdentityExpanded" - ], - "Module": "Beta.CloudCommunications", + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -343107,20 +343738,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/answer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "App", - "AppViaIdentity" + "Answer", + "AnswerExpanded", + "AnswerViaIdentity", + "AnswerViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "POST", + "Command": "Invoke-MgBetaAnswerCommunicationCall", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -343139,20 +343772,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", + "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "App", "AppViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -343171,54 +343804,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", + "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "App", "AppViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" + "Method": "GET", + "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", + "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", - "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" + "App", + "AppViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaArchivePlannerPlan", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/archive", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "POST", + "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -343237,37 +343868,37 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", - "Uri": "/admin/serviceAnnouncement/messages/archive", - "ApiVersion": "beta", + "Uri": "/planner/plans/{plannerPlan-id}/archive", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Archive", - "ArchiveExpanded" + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaArchivePlannerPlan", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaArchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", - "Uri": "/teams/{team-id}/archive", - "ApiVersion": "beta", + "Uri": "/admin/serviceAnnouncement/messages/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" + "ArchiveExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -343302,88 +343933,90 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaArchiveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "Uri": "/teams/{team-id}/channels/{channel-id}/archive", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "Uri": "/teams/{team-id}/primaryChannel/archive", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", + "Uri": "/teams/{team-id}/primaryChannel/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaArchiveUserPlannerPlan", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", - "ApiVersion": "beta", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ - "As", - "AsViaIdentity" + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "Invoke-MgBetaArchiveUserPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -343402,20 +344035,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "As", "AsViaIdentity" ], - "Module": "Beta.Security", + "Method": "GET", + "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -343434,95 +344067,95 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ - "Assigned", - "AssignedViaIdentity" + "As", + "AsViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + ], + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -343549,109 +344182,110 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", - "Uri": "/directory/federationConfigurations/availableProviderTypes", - "ApiVersion": "beta", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Available" + "Assigned", + "AssignedViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -343670,19 +344304,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaAvailableIdentityProviderType", + "Uri": "/directory/federationConfigurations/availableProviderTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", - "Uri": "/identity/identityProviders/availableProviderTypes", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Available" ], - "Module": "Beta.Identity.SignIns", + "Method": "GET", + "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -343701,71 +344335,70 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/identityProviders/availableProviderTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Available" + ], + "Method": "GET", + "Command": "Invoke-MgBetaAvailableIdentityProviderType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "ApiVersion": "beta", - "Variants": [ - "Begin", - "BeginViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -343784,359 +344417,357 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Begin", + "BeginViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphBufferEncryptionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", - "ApiReferenceLink": null, "Uri": "/informationProtection/decryptBuffer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Buffer", "BufferExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", - "ApiReferenceLink": null, "Uri": "/informationProtection/encryptBuffer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Buffer", "BufferExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBufferEncryptionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBufferEncryptionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/decryptBuffer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/encryptBuffer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphBufferEncryptionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkUserCloudPcResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/bulkResize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkUserCloudPcResize", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaCalendarGroupCalendar", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckinDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "ApiVersion": "beta", - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], - "Module": "Beta.Files", + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -344163,105 +344794,107 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckinDriveRoot", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/root/checkin", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckinDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckinGroupDriveItem", + "Uri": "/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckinDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckinGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckinGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckinUserDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckinGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckinUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckinUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckoutDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Checkout", - "CheckoutViaIdentity" + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" ], - "Module": "Beta.Files", + "Method": "POST", + "Command": "Invoke-MgBetaCheckinUserDriveRoot", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -344288,431 +344921,429 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Module": "Beta.Files", + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckoutDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/checkout", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckoutGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckoutUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCheckoutUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "POST", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "POST", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaCommentSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}/comments/$count", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Comment", "CommentViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaCommentSecurityAlert", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", - "ApiReferenceLink": null, "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Consent", "ConsentViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataSharingConsent" + "Method": "POST", + "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", "Uri": "/communications/onlineMeetings/createOrGet", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Method": "POST", + "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -344731,19 +345362,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Custom" + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "POST", + "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -344778,20 +345412,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", - "ApiVersion": "beta", + "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Deactivate", - "DeactivateViaIdentity" + "Custom" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -344810,120 +345443,118 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeclineGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/decline", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDeclineGroupEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeclineUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/decline", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDeclineUserEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeclineUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDeclineUserEventInstance", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", - "ApiVersion": "beta", - "Variants": [ - "Deprovision", - "DeprovisionExpanded", - "DeprovisionViaIdentity", - "DeprovisionViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -344942,22 +345573,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -344976,241 +345607,244 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Deprovision", + "DeprovisionExpanded", + "DeprovisionViaIdentity", + "DeprovisionViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/dismiss", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Method": "POST", + "Command": "Invoke-MgBetaDismissDirectoryRecommendation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDismissGroupEventReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Dismiss", "DismissExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", "Uri": "/identityProtection/riskyUsers/dismiss", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Dismiss", "DismissExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDismissRiskyUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDismissUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDismissUserEventReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "ApiVersion": "beta", - "Variants": [ - "Download" - ], - "Module": "Beta.DeviceManagement.Functions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -345229,20 +345863,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Download", - "DownloadExpanded" + "Download" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "GET", + "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345261,35 +345894,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceLogCollectionRequestDeviceLog", + "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Download", - "DownloadViaIdentity" + "DownloadExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Download", - "DownloadExpanded" + "DownloadViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceLogCollectionRequestDeviceLog", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345308,82 +345941,82 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Download", + "DownloadExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceLogCollectionRequestDeviceLog", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Download", "DownloadViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceLogCollectionRequestDeviceLog", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadUserManagedDeviceLogCollectionRequestDeviceLog", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Download", "DownloadViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDownloadUserManagedDeviceLogCollectionRequestDeviceLog", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownUserManagedDeviceShut", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaDownUserManagedDeviceShut", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", - "ApiVersion": "beta", - "Variants": [ - "Enroll", - "EnrollViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345402,20 +346035,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345434,167 +346067,167 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Enroll", + "EnrollViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", - "Method": "POST", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", - "Method": "POST", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", - "Method": "POST", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", - "Method": "POST", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", - "Method": "POST", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", - "Method": "POST", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", - "Method": "POST", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", - "Method": "POST", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", - "ApiVersion": "beta", - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345613,20 +346246,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345645,20 +346278,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ - "Excuse", - "ExcuseViaIdentity" + "Estimate", + "EstimateViaIdentity" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -345677,50 +346310,50 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationSubmission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/executeAction", - "ApiVersion": "beta", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ - "Execute", - "ExecuteExpanded" + "Excuse", + "ExcuseViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345747,20 +346380,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", + "Uri": "/deviceManagement/comanagedDevices/executeAction", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/executeAction", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Execute", "ExecuteExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345787,54 +346420,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/executeAction", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Execute", + "ExecuteExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphBulkDriverActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/executeAction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" + "Method": "POST", + "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaExperienceDeviceManagement", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", - "ApiVersion": "beta", - "Variants": [ - "Experience", - "Experience1" - ], - "Module": "Beta.DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345853,20 +346486,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Extract", - "ExtractViaIdentity" + "Experience", + "Experience1" ], - "Module": "Beta.Files", + "Method": "GET", + "Command": "Invoke-MgBetaExperienceDeviceManagement", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [ { "Name": "Files.Read.All", @@ -345901,82 +346534,82 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + "Method": "POST", + "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "Uri": "/informationProtection/policy/labels/extractLabel", - "ApiVersion": "beta", - "Variants": [ - "Extract", - "ExtractExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -345995,101 +346628,99 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + "CommandAlias": null, + "Uri": "/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Extract", + "ExtractExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Extract", "ExtractExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityContentLabel" + "Method": "POST", + "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + "Method": "POST", + "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", - "ApiVersion": "beta", - "Variants": [ - "Extract", - "ExtractExpanded", - "ExtractViaIdentity", - "ExtractViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphSecurityContentLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -346108,50 +346739,52 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecurityContentLabel" + "CommandAlias": null, + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Extract", + "ExtractExpanded", + "ExtractViaIdentity", + "ExtractViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/favorite", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Favorite", "FavoriteExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + "Method": "GET", + "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "ApiVersion": "beta", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -346170,20 +346803,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -346202,35 +346835,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApproval" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -346249,20 +346882,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -346281,20 +346914,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -346313,80 +346946,80 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", + "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346405,20 +347038,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346437,20 +347070,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346469,20 +347102,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346501,20 +347134,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewStage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346533,20 +347166,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -346565,20 +347198,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -346597,65 +347230,65 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -346674,20 +347307,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -346706,20 +347339,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -346738,20 +347371,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -346770,20 +347403,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -346802,20 +347435,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -346834,35 +347467,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -346905,20 +347538,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -346961,20 +347594,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -347017,20 +347650,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -347073,20 +347706,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -347129,20 +347762,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -347185,230 +347818,230 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "ApiVersion": "beta", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -347427,20 +348060,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -347459,170 +348092,170 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "ApiVersion": "beta", - "Variants": [ - "Follow", - "FollowViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -347673,131 +348306,129 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Module": "Beta.Files", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaFollowDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/follow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgBetaFollowDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFollowGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgBetaFollowGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgBetaFollowGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFollowUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgBetaFollowUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaFollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgBetaFollowUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForceDomainDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", "Uri": "/domains/{domain-id}/forceDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForceDomainDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupCalendarEvent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "ApiVersion": "beta", - "Variants": [ - "Forward", - "ForwardExpanded", - "ForwardViaIdentity", - "ForwardViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -347816,56 +348447,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -347884,137 +348515,139 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "Module": "Beta.Groups", + "Variants": [ + "Forward", + "ForwardExpanded", + "ForwardViaIdentity", + "ForwardViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupThreadPost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/forward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserEventInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaForwardUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/forward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + "Method": "GET", + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "ApiVersion": "beta", - "Variants": [ - "Function", - "FunctionViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -348033,20 +348666,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -348065,20 +348698,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Beta.Applications", + "Method": "GET", + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -348097,37 +348730,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Function", + "FunctionViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaGraphChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/unhideForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphChat", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaGraphDeviceManagement", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", - "ApiVersion": "beta", - "Variants": [ - "Graph", - "GraphViaIdentity" - ], - "Module": "Beta.DeviceManagement.Functions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348162,75 +348795,85 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "Variants": [ + "Graph", + "GraphViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgBetaGraphDeviceManagement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaGraphDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", "Uri": "/drives/{drive-id}/sharedWithMe", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgBetaGraphDrive", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaGraphGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", "Uri": "/groups/{group-id}/unsubscribeByMail", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaGraphGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgBetaGraphGroupDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", + "Module": "Beta.Reports", "Variants": [ "Graph", "Graph1", @@ -348239,333 +348882,323 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary" + "Method": "GET", + "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaGraphUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphUserChat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaGraphUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgBetaGraphUserDrive", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", - "Method": "POST", - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", - "Method": "POST", - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", - "Method": "POST", - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", - "Method": "POST", - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", - "Method": "POST", - "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Has" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Link", "LinkExpanded", "LinkViaIdentity", "LinkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Method": "POST", + "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaHaveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "ApiVersion": "beta", - "Variants": [ - "Have", - "HaveViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -348584,65 +349217,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaHaveTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", - "ApiVersion": "beta", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Initiate", - "InitiateViaIdentity" + "Have", + "HaveViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348661,22 +349294,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" + "InitiateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348695,35 +349326,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", - "InitiateViaIdentity" + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348742,22 +349375,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" + "InitiateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348776,69 +349407,69 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Initiate", + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInstantiateApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "ApiVersion": "beta", - "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -348865,20 +349496,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplicationServicePrincipal" - }, - { - "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", - "Method": "POST", - "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", - "Uri": "/users/{user-id}/invalidateAllRefreshTokens", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ - "Invalidate", - "InvalidateViaIdentity" + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaInstantiateApplicationTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -348905,39 +349538,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/participants/invite", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/invalidateAllRefreshTokens", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" + "Invalidate", + "InvalidateViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphInviteParticipantsOperation" + "Method": "POST", + "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInviteDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/participants/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Files", + "Method": "POST", + "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -348964,104 +349595,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInviteDriveRoot", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/root/invite", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgBetaInviteDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInviteGroupDriveItem", + "Uri": "/drives/{drive-id}/root/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgBetaInviteDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInviteGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgBetaInviteGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInviteUserDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgBetaInviteGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaInviteUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgBetaInviteUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Are" + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "POST", + "Command": "Invoke-MgBetaInviteUserDriveRoot", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349078,22 +349712,37 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaKeepCommunicationCallAlive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/keepAlive", - "ApiVersion": "beta", + "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Keep", - "KeepViaIdentity" + "Are" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -349112,20 +349761,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaLicenseUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/keepAlive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "License", - "LicenseViaIdentity" + "Keep", + "KeepViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaKeepCommunicationCallAlive", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -349144,279 +349793,280 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" + "CommandAlias": null, + "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "License", + "LicenseViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaLicenseUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Log", "LogExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/markChatReadForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaMarkChatReadForUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaMarkChatUnreadForUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/markRead", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Mark", "MarkExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Mark", "MarkExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkUserChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserChatReadForUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkUserMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMessageAsJunk", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaMessageChat", - "ApiReferenceLink": null, - "Uri": "/chats/allMessages", - "ApiVersion": "beta", - "Variants": [ - "Message" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -349483,19 +350133,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaMessageTeam", + "Uri": "/chats/allMessages", "ApiReferenceLink": null, - "Uri": "/teams/allMessages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Message" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Invoke-MgBetaMessageChat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -349570,20 +350220,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaMessageTeamChannel", + "Uri": "/teams/allMessages", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/allMessages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ - "Message", - "MessageViaIdentity" + "Message" ], - "Module": "Beta.Teams", + "Method": "GET", + "Command": "Invoke-MgBetaMessageTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -349658,35 +350307,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", + "Uri": "/teams/{team-id}/channels/allMessages", "ApiReferenceLink": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Message", "MessageViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "GET", + "Command": "Invoke-MgBetaMessageTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaMessageUserChat", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/allMessages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Message", "MessageViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -349769,22 +350418,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/participants/muteAll", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/chats/allMessages", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ - "Mute1", - "MuteExpanded1", - "MuteViaIdentity1", - "MuteViaIdentityExpanded1" + "Message", + "MessageViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "GET", + "Command": "Invoke-MgBetaMessageUserChat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMuteParticipantsOperation", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -349803,22 +350450,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMuteParticipantsOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/mute", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/participants/muteAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Mute", - "MuteExpanded", - "MuteViaIdentity", - "MuteViaIdentityExpanded" + "Mute1", + "MuteExpanded1", + "MuteViaIdentity1", + "MuteViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -349837,22 +350484,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "Invoke-MgBetaMuteCommunicationCall", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -349871,135 +350518,135 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "Variants": [ + "Mute", + "MuteExpanded", + "MuteViaIdentity", + "MuteViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/my", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "My" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "GET", + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/my", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "My" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Method": "GET", + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + "Method": "POST", + "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + "Method": "POST", + "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "ApiVersion": "beta", - "Variants": [ - "Parse", - "ParseExpanded", - "ParseViaIdentity", - "ParseViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -350018,22 +350665,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphParseExpressionResponse" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -350052,20 +350699,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphParseExpressionResponse" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaPendingUserApp", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ - "Pending", - "PendingViaIdentity" + "Parse", + "ParseExpanded", + "ParseViaIdentity", + "ParseViaIdentityExpanded" ], - "Module": "Beta.Users.Functions", + "Method": "POST", + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -350084,20 +350733,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ - "Pin", - "PinViaIdentity" + "Pending", + "PendingViaIdentity" ], - "Module": "Beta.Education", + "Method": "GET", + "Command": "Invoke-MgBetaPendingUserApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -350116,22 +350765,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/playPrompt", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ - "Play", - "PlayExpanded", - "PlayViaIdentity", - "PlayViaIdentityExpanded" + "Pin", + "PinViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "Invoke-MgBetaPinEducationClassModule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlayPromptOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -350150,124 +350797,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlayPromptOperation" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/playPrompt", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "Variants": [ + "Play", + "PlayExpanded", + "PlayViaIdentity", + "PlayViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/postpone", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPreviewDriveItem", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "ApiVersion": "beta", - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [ { "Name": "Files.Read", @@ -350318,255 +350965,257 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaPreviewDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPreviewDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgBetaPreviewDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPreviewGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgBetaPreviewGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPreviewGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgBetaPreviewGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaPreviewGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgBetaPreviewGroupOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaPreviewSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPreviewUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgBetaPreviewUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPreviewUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgBetaPreviewUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaPreviewUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgBetaPreviewUserOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPromoteDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", "Uri": "/domains/{domain-id}/promote", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaPromoteDomain", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaPromoteDomainToInitial", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/promoteToInitial", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaPromoteDomainToInitial", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Query", "QueryExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + "Method": "POST", + "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaQuerySearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", - "Uri": "/search/query", - "ApiVersion": "beta", - "Variants": [ - "Query", - "QueryExpanded" - ], - "Module": "Beta.Search", + "OutputType": "IMicrosoftGraphSearchResponse", "Permissions": [ { "Name": "Mail.Read", @@ -350641,65 +351290,65 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchResponse" + "CommandAlias": null, + "Uri": "/search/query", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", + "Module": "Beta.Search", + "Variants": [ + "Query", + "QueryExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaQuerySearch", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/reactivate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "ApiVersion": "beta", - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -350726,507 +351375,507 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeShareListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeShareListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaRecentDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", "Uri": "/drives/{drive-id}/recent", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgBetaRecentDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaRecentGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgBetaRecentGroupDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaRecentUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/recent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "GET", + "Command": "Invoke-MgBetaRecentUserActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaRecentUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgBetaRecentUserDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecordOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRecordCommunicationCall", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/record", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecordOperation" + "Method": "POST", + "Command": "Invoke-MgBetaRecordCommunicationCall", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecordOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRecordCommunicationCallResponse", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/recordResponse", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecordOperation" + "Method": "POST", + "Command": "Invoke-MgBetaRecordCommunicationCallResponse", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRedirectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/redirect", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRedirectCommunicationCall", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRedirectPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "POST", + "Command": "Invoke-MgBetaRedirectPrintPrinterJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "POST", + "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRedirectPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "POST", + "Command": "Invoke-MgBetaRedirectPrintShareJob", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", - "ApiVersion": "beta", - "Variants": [ - "Reenable", - "ReenableViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351245,20 +351894,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351277,54 +351926,52 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReenableUserManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRejectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/reject", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ - "Reject", - "RejectExpanded", - "RejectViaIdentity", - "RejectViaIdentityExpanded" + "Reenable", + "ReenableViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReenableUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/reject", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaRejectCommunicationCall", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351343,230 +351990,232 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Reject", + "RejectExpanded", + "RejectViaIdentity", + "RejectViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Remediate", "RemediateViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", "Uri": "/security/collaboration/analyzedEmails/remediate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Remediate", "RemediateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", - "Variants": [ - "Renew", - "RenewViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", - "Uri": "/groups/{group-id}/renew", - "ApiVersion": "beta", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -351585,20 +352234,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", - "Uri": "/groupLifecyclePolicies/renewGroup", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/renew", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Renew", - "RenewExpanded" + "RenewViaIdentity" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Invoke-MgBetaRenewGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -351617,20 +352266,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", - "ApiVersion": "beta", + "Uri": "/groupLifecyclePolicies/renewGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ - "Reopen", - "ReopenViaIdentity" + "Renew", + "RenewExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -351649,20 +352298,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -351681,107 +352330,105 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", + "Module": "Beta.Security", + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyAllUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMessage", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "ApiVersion": "beta", - "Variants": [ - "Reply", - "ReplyExpanded", - "ReplyViaIdentity", - "ReplyViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -351800,22 +352447,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupConversationThread", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -351834,39 +352481,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -351885,22 +352532,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupThreadPost", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupThread", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -351919,317 +352566,319 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Reply", + "ReplyExpanded", + "ReplyViaIdentity", + "ReplyViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupThreadPost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReplyUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReplyUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/reply", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReplyUserMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Report", "ReportViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Report", "ReportViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReprovisionUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionUserCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRetireUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRetireUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRetryContactServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRetryContactServiceProvisioning", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", "Uri": "/groups/{group-id}/retryServiceProvisioning", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRetryUserServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", "Uri": "/users/{user-id}/retryServiceProvisioning", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRetryUserServiceProvisioning", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "ApiVersion": "beta", - "Variants": [ - "Return", - "ReturnViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -352248,65 +352897,65 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationSubmission" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Return", + "ReturnViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reupload", "ReuploadViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", - "ApiVersion": "beta", - "Variants": [ - "Rotate", - "RotateViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352325,35 +352974,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352372,20 +353021,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352404,35 +353053,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352451,132 +353100,133 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Rotate", + "RotateViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "ApiVersion": "beta", - "Variants": [ - "Schedule" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -352595,19 +353245,19 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "ApiVersion": "beta", + "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -352626,223 +353276,220 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Schedule" + ], + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Share", "ShareViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaShareTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", - "Uri": "/teams/{team-id}/schedule/share", - "ApiVersion": "beta", - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ], - "Module": "Beta.Teams", + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -352861,336 +353508,338 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/share", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", + "Module": "Beta.Teams", + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaShareTeamSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSigningResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSigningResult" + "Method": "POST", + "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSigningResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSignInformationProtectionDigest", - "ApiReferenceLink": null, "Uri": "/informationProtection/signDigest", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Sign", "SignExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSigningResult" + "Method": "POST", + "Command": "Invoke-MgBetaSignInformationProtectionDigest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSigningResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/signDigest", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSigningResult" + "Method": "POST", + "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSigningResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/signDigest", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSigningResult" + "Method": "POST", + "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSnoozeGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeGroupEventReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSnoozeUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeUserEventReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftChatMessageDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftUserChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftUserChatMessageDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/subscribeToTone", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribeToToneOperation" + "Method": "POST", + "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaSubscribeGroupByMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", "Uri": "/groups/{group-id}/subscribeByMail", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaSubscribeGroupByMail", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "ApiVersion": "beta", - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ], - "Module": "Beta.DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -353225,20 +353874,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353257,20 +353906,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", + "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353289,20 +353938,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ - "Summary", - "SummaryViaIdentity" + "Summarize", + "SummarizeViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -353321,20 +353970,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -353353,50 +354002,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary" + "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" + "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "ApiVersion": "beta", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ - "Supported", - "SupportedViaIdentity" + "Summary", + "SummaryViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLocaleInfo", "Permissions": [ { "Name": "User.Read.All", @@ -353423,39 +354072,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLocaleInfo" + "CommandAlias": null, + "Uri": "/users/{user-id}/outlook/supportedLanguages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Supported", + "SupportedViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Tag", "TagExpanded", "TagViaIdentity", "TagViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + "Method": "POST", + "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "ApiVersion": "beta", - "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -353474,22 +354121,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -353508,22 +354155,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -353542,39 +354189,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353593,20 +354240,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Tenant", - "TenantExpanded" + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -353625,35 +354274,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + "CommandAlias": null, + "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Tenant", + "TenantExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Tenant", "TenantViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + "Method": "POST", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "ApiVersion": "beta", - "Variants": [ - "Terminate", - "TerminateViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -353672,22 +354321,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaTimeUserOutlook", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" + "Terminate", + "TerminateViaIdentity" ], - "Module": "Beta.Users.Functions", + "Method": "POST", + "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeZoneInformation", "Permissions": [ { "Name": "User.Read.All", @@ -353714,22 +354361,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeZoneInformation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTranslateUserExchangeId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", - "Uri": "/users/{user-id}/translateExchangeIds", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" ], - "Module": "Beta.Users.Actions", + "Method": "GET", + "Command": "Invoke-MgBetaTimeUserOutlook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConvertIdResult", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -353772,69 +354419,69 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConvertIdResult" + "CommandAlias": null, + "Uri": "/users/{user-id}/translateExchangeIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaTranslateUserExchangeId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaTroubleshootUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaTroubleshootUserCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnarchivePlannerPlan", - "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/unarchive", - "ApiVersion": "beta", - "Variants": [ - "Unarchive", - "UnarchiveExpanded", - "UnarchiveViaIdentity", - "UnarchiveViaIdentityExpanded" - ], - "Module": "Beta.Planner", + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -353853,35 +354500,37 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", - "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "ApiVersion": "beta", + "Uri": "/planner/plans/{plannerPlan-id}/unarchive", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Unarchive", - "UnarchiveExpanded" + "UnarchiveExpanded", + "UnarchiveViaIdentity", + "UnarchiveViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnarchivePlannerPlan", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnarchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", - "Uri": "/teams/{team-id}/unarchive", - "ApiVersion": "beta", + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Unarchive", - "UnarchiveViaIdentity" + "UnarchiveExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -353916,97 +354565,97 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", + "Module": "Beta.Teams", + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnarchiveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/unarchive", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "ApiVersion": "beta", - "Variants": [ - "Unassign", - "UnassignViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -354025,204 +354674,202 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings/unbind", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Unbind" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Unbind" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", - "Method": "POST", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", - "Method": "POST", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", + "ApiVersion": "beta" }, { - "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", - "Method": "POST", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Unenroll", "UnenrollExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnfollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnfollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/unfollow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnfollowGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnfollowUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnfollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowUserDriveRoot", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnmuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/unmute", - "ApiVersion": "beta", - "Variants": [ - "Unmute", - "UnmuteExpanded", - "UnmuteViaIdentity", - "UnmuteViaIdentityExpanded" - ], - "Module": "Beta.CloudCommunications", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -354241,20 +354888,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnpinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/unmute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Unpin", - "UnpinViaIdentity" + "Unmute", + "UnmuteExpanded", + "UnmuteViaIdentity", + "UnmuteViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Invoke-MgBetaUnmuteCommunicationCall", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -354273,20 +354922,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" + "Unpin", + "UnpinViaIdentity" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Invoke-MgBetaUnpinEducationClassModule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -354313,129 +354962,129 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUnsubscribeUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUnsubscribeUserMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", - "ApiVersion": "beta", - "Variants": [ - "Upload", - "UploadViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -354454,156 +355103,156 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Upload", + "UploadViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Usage", "Usage1", "UsageViaIdentity", "UsageViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + "Method": "GET", + "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "ApiVersion": "beta", - "Variants": [ - "Usage", - "UsageViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", "Permissions": [ { "Name": "Policy.Read.All", @@ -354630,69 +355279,67 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + "CommandAlias": null, + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Usage", + "UsageViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphReminder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgBetaViewUserReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "View", "ViewViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphReminder" + "Method": "GET", + "Command": "Invoke-MgBetaViewUserReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgCalendarGroupCalendar", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Functions", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckinDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "ApiVersion": "v1.0", - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], - "Module": "Files", + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -354719,105 +355366,107 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckinDriveRoot", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/root/checkin", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckinDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckinGroupDriveItem", + "Uri": "/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckinDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckinGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckinGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckinUserDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckinGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckinUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckinUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckoutDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Checkout", - "CheckoutViaIdentity" + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" ], - "Module": "Files", + "Method": "POST", + "Command": "Invoke-MgCheckinUserDriveRoot", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -354844,348 +355493,346 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Module": "Files", + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgCheckoutDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckoutDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/checkout", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckoutDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckoutGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckoutGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckoutGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckoutGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckoutUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckoutUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCheckoutUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCheckoutUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgCommentSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}/comments/$count", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Comment", "CommentViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgCommentSecurityAlert", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", "Uri": "/communications/onlineMeetings/createOrGet", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Method": "POST", + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -355204,20 +355851,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDeactivateEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Deactivate", - "DeactivateViaIdentity" + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -355236,222 +355885,223 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgDeactivateEducationClassAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDeactivateEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Invoke-MgDeactivateEducationMeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDeactivateEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Invoke-MgDeactivateEducationUserAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDeclineGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDeclineGroupCalendarEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDeclineGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/decline", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDeclineGroupEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDeclineUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/decline", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDeclineUserEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDeclineUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDeclineUserEventInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDismissGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDismissGroupCalendarEventReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDismissGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDismissGroupEventReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDismissRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Dismiss", "DismissExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDismissRiskyServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDismissRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", "Uri": "/identityProtection/riskyUsers/dismiss", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Dismiss", "DismissExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDismissRiskyUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDismissUserEventInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDismissUserEventInstanceReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDismissUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDismissUserEventReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "ApiVersion": "v1.0", - "Variants": [ - "Download" - ], - "Module": "DeviceManagement.Functions", + "Method": "POST", + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -355470,35 +356120,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", + "Module": "DeviceManagement.Functions", + "Variants": [ + "Download" + ], + "Method": "GET", + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgDownUserManagedDeviceShut", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgDownUserManagedDeviceShut", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "ApiVersion": "v1.0", - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -355517,19 +356166,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgExperienceDeviceManagement", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0", + "Module": "Security", "Variants": [ - "Experience" + "Estimate", + "EstimateViaIdentity" ], - "Module": "DeviceManagement.Functions", + "Method": "POST", + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -355548,20 +356198,19 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ - "Extract", - "ExtractViaIdentity" + "Experience" ], - "Module": "Files", + "Method": "GET", + "Command": "Invoke-MgExperienceDeviceManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [ { "Name": "Files.Read.All", @@ -355596,125 +356245,125 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgExtractDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgExtractDriveRootSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Method": "POST", + "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/favorite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Favorite", "FavoriteExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + "Method": "GET", + "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "ApiVersion": "v1.0", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -355733,20 +356382,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -355765,20 +356414,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApproval" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -355797,20 +356446,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -355829,20 +356478,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -355861,20 +356510,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -355893,20 +356542,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -355925,20 +356574,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -355957,20 +356606,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -355989,20 +356638,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewStage" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -356021,20 +356670,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -356053,20 +356702,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -356085,35 +356734,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserConsentRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -356132,20 +356781,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -356164,20 +356813,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -356196,20 +356845,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -356228,20 +356877,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -356260,20 +356909,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -356292,20 +356941,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -356348,20 +356997,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -356404,20 +357053,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -356460,20 +357109,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -356516,20 +357165,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -356572,20 +357221,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -356628,110 +357277,110 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "ApiVersion": "v1.0", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356750,20 +357399,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356782,20 +357431,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgFollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Follow", - "FollowViaIdentity" + "Filter", + "FilterViaIdentity" ], - "Module": "Files", + "Method": "GET", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -356846,131 +357495,129 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Module": "Files", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgFollowDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgFollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/follow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgFollowDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgFollowGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgFollowGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgFollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgFollowGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgFollowUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgFollowUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgFollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Invoke-MgFollowUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForceDomainDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", "Uri": "/domains/{domain-id}/forceDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForceDomainDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardGroupCalendarEvent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "ApiVersion": "v1.0", - "Variants": [ - "Forward", - "ForwardExpanded", - "ForwardViaIdentity", - "ForwardViaIdentityExpanded" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -356989,56 +357636,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardGroupConversationThreadPost", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Invoke-MgForwardGroupEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -357057,137 +357704,139 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "Module": "Groups", + "Variants": [ + "Forward", + "ForwardExpanded", + "ForwardViaIdentity", + "ForwardViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgForwardGroupThreadPost", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/forward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardUserEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardUserEventInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgForwardUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/forward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgForwardUserMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + "Method": "GET", + "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "ApiVersion": "v1.0", - "Variants": [ - "Function", - "FunctionViaIdentity" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357206,20 +357855,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357238,20 +357887,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357270,77 +357919,87 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Function", + "FunctionViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgGraphChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/unhideForUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgGraphChat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgGraphDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/sharedWithMe", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgGraphDrive", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgGraphGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", "Uri": "/groups/{group-id}/unsubscribeByMail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgGraphGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgGraphGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgGraphGroupDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgGraphReportAuthenticationMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", + "Module": "Reports", "Variants": [ "Graph", "Graph1", @@ -357349,54 +358008,44 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary" + "Method": "GET", + "Command": "Invoke-MgGraphReportAuthenticationMethod", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgGraphUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgGraphUserChat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgGraphUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgGraphUserDrive", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgHaveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "ApiVersion": "v1.0", - "Variants": [ - "Have", - "HaveViaIdentity" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -357415,52 +358064,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgHaveTeamPrimaryChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgHaveTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgHaveTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgInstantiateApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "ApiVersion": "v1.0", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" + "Have", + "HaveViaIdentity" ], - "Module": "Applications", + "Method": "GET", + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357487,39 +358134,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplicationServicePrincipal" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgInviteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/participants/invite", - "ApiVersion": "v1.0", + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphInviteParticipantsOperation" + "Method": "POST", + "Command": "Invoke-MgInstantiateApplicationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgInviteDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/participants/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Files", + "Method": "POST", + "Command": "Invoke-MgInviteCommunicationCallParticipant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -357546,105 +358193,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Module": "Files", + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgInviteDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgInviteDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/invite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgInviteDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgInviteGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgInviteGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgInviteGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgInviteGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgInviteUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgInviteUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgInviteUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Invoke-MgInviteUserDriveRoot", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgKeepCommunicationCallAlive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/keepAlive", - "ApiVersion": "v1.0", - "Variants": [ - "Keep", - "KeepViaIdentity" - ], - "Module": "CloudCommunications", + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -357663,20 +358312,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgLicenseUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/keepAlive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ - "License", - "LicenseViaIdentity" + "Keep", + "KeepViaIdentity" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Invoke-MgKeepCommunicationCallAlive", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -357695,165 +358344,163 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" + "CommandAlias": null, + "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", + "Module": "Users.Actions", + "Variants": [ + "License", + "LicenseViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgLicenseUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Log", "LogExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgMarkChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/markChatReadForUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgMarkChatReadForUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgMarkChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgMarkChatUnreadForUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/markRead", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Mark", "MarkExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Mark", "MarkExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgMarkUserChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgMarkUserChatReadForUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgMarkUserChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgMarkUserChatUnreadForUser", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgMuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/mute", - "ApiVersion": "v1.0", - "Variants": [ - "Mute", - "MuteExpanded", - "MuteViaIdentity", - "MuteViaIdentityExpanded" - ], - "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -357872,22 +358519,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgMuteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Module": "CloudCommunications", + "Method": "POST", + "Command": "Invoke-MgMuteCommunicationCall", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -357906,56 +358553,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ - "Parse", - "ParseExpanded", - "ParseViaIdentity", - "ParseViaIdentityExpanded" + "Mute", + "MuteExpanded", + "MuteViaIdentity", + "MuteViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + "Method": "POST", + "Command": "Invoke-MgMuteCommunicationCallParticipant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + "Method": "POST", + "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357974,22 +358621,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphParseExpressionResponse" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -358008,20 +358655,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphParseExpressionResponse" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Pin", - "PinViaIdentity" + "Parse", + "ParseExpanded", + "ParseViaIdentity", + "ParseViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -358040,22 +358689,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPlayCommunicationCallPrompt", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/playPrompt", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", + "Module": "Education", "Variants": [ - "Play", - "PlayExpanded", - "PlayViaIdentity", - "PlayViaIdentityExpanded" + "Pin", + "PinViaIdentity" ], - "Module": "CloudCommunications", + "Method": "POST", + "Command": "Invoke-MgPinEducationClassModule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlayPromptOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -358074,22 +358721,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlayPromptOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPreviewDriveItem", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/playPrompt", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" + "Play", + "PlayExpanded", + "PlayViaIdentity", + "PlayViaIdentityExpanded" ], - "Module": "Files", + "Method": "POST", + "Command": "Invoke-MgPlayCommunicationCallPrompt", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [ { "Name": "Files.Read", @@ -358140,225 +358787,227 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgPreviewDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPreviewDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgPreviewDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPreviewGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgPreviewGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPreviewGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgPreviewGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgPreviewGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgPreviewGroupOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgPreviewSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPreviewUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgPreviewUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPreviewUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Method": "POST", + "Command": "Invoke-MgPreviewUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgPreviewUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Functions", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Method": "GET", + "Command": "Invoke-MgPreviewUserOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgPromoteDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", "Uri": "/domains/{domain-id}/promote", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgPromoteDomain", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgQuerySearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", - "Uri": "/search/query", - "ApiVersion": "v1.0", - "Variants": [ - "Query", - "QueryExpanded" - ], - "Module": "Search", + "OutputType": "IMicrosoftGraphSearchResponse", "Permissions": [ { "Name": "Mail.Read", @@ -358433,20 +359082,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchResponse" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "ApiVersion": "v1.0", + "Uri": "/search/query", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", + "Module": "Search", "Variants": [ - "Reassign", - "ReassignViaIdentity" + "Query", + "QueryExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "Invoke-MgQuerySearch", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -358473,555 +359122,555 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeShareListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeShareListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeSiteListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "ChangeNotifications", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeUserDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgRecentDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/recent", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgRecentDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgRecentGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgRecentGroupDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgRecentUserActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", "Uri": "/users/{user-id}/activities/recent", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "GET", + "Command": "Invoke-MgRecentUserActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgRecentUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Invoke-MgRecentUserDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRecordOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRecordCommunicationCallResponse", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/recordResponse", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecordOperation" + "Method": "POST", + "Command": "Invoke-MgRecordCommunicationCallResponse", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRedirectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/redirect", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRedirectCommunicationCall", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRedirectPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "POST", + "Command": "Invoke-MgRedirectPrintPrinterJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRedirectPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "POST", + "Command": "Invoke-MgRedirectPrintShareJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRejectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/reject", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRejectCommunicationCall", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRenewGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/renew", - "ApiVersion": "v1.0", - "Variants": [ - "Renew", - "RenewViaIdentity" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -359040,20 +359689,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/renew", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ - "Reopen", - "ReopenViaIdentity" + "Renew", + "RenewViaIdentity" ], - "Module": "Security", + "Method": "POST", + "Command": "Invoke-MgRenewGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -359072,73 +359721,71 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", + "Module": "Security", + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyAllUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyAllUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMessage", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "ApiVersion": "v1.0", - "Variants": [ - "Reply", - "ReplyExpanded", - "ReplyViaIdentity", - "ReplyViaIdentityExpanded" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -359157,22 +359804,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyGroupConversationThreadPost", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThread", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -359191,39 +359838,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThreadPost", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -359242,22 +359889,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyGroupThreadPost", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "Invoke-MgReplyGroupThread", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -359276,193 +359923,195 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Reply", + "ReplyExpanded", + "ReplyViaIdentity", + "ReplyViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgReplyGroupThreadPost", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReplyUserMailFolderMessage", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReplyUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/messages/{message-id}/reply", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgReplyUserMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Report", "ReportViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Report", "ReportViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRetireDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRetireUserManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRetireUserManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRetryContactServiceProvisioning", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRetryContactServiceProvisioning", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRetryGroupServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", "Uri": "/groups/{group-id}/retryServiceProvisioning", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRetryGroupServiceProvisioning", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgRetryUserServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", "Uri": "/users/{user-id}/retryServiceProvisioning", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgRetryUserServiceProvisioning", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "ApiVersion": "v1.0", - "Variants": [ - "Return", - "ReturnViaIdentity" - ], - "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -359481,103 +360130,101 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationSubmission" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Return", + "ReturnViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgShareTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/schedule/share", - "ApiVersion": "v1.0", - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -359596,270 +360243,272 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule/share", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", + "Module": "Teams", + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgShareTeamSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSnoozeGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSnoozeGroupEventReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSnoozeUserEventInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSnoozeUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSnoozeUserEventReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftChatMessageDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftChatMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftChatMessageReplyDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftTeamChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftTeamChannelMessageDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftUserChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftUserChatMessageDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSoftUserChatMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSubscribeCommunicationCallToTone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/subscribeToTone", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribeToToneOperation" + "Method": "POST", + "Command": "Invoke-MgSubscribeCommunicationCallToTone", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgSubscribeGroupByMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", "Uri": "/groups/{group-id}/subscribeByMail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgSubscribeGroupByMail", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "ApiVersion": "v1.0", - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ], - "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -359894,20 +360543,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ - "Summary", - "SummaryViaIdentity" + "Summarize", + "SummarizeViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -359926,20 +360575,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Identity.Governance", + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -359958,50 +360607,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary" + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgSupportedUserOutlookLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "ApiVersion": "v1.0", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ - "Supported", - "SupportedViaIdentity" + "Summary", + "SummaryViaIdentity" ], - "Module": "Users.Functions", + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLocaleInfo", "Permissions": [ { "Name": "User.Read.All", @@ -360028,22 +360677,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLocaleInfo" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/outlook/supportedLanguages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" + "Supported", + "SupportedViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "GET", + "Command": "Invoke-MgSupportedUserOutlookLanguage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360062,22 +360709,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360096,22 +360743,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360130,37 +360777,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-targetapps?view=graph-rest-1.0", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "ApiVersion": "v1.0", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgTerminateDeviceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "ApiVersion": "v1.0", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-targetapps?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Terminate", - "TerminateViaIdentity" + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -360179,22 +360828,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgTimeUserOutlook", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" + "Terminate", + "TerminateViaIdentity" ], - "Module": "Users.Functions", + "Method": "POST", + "Command": "Invoke-MgTerminateDeviceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeZoneInformation", "Permissions": [ { "Name": "User.Read.All", @@ -360221,22 +360868,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeZoneInformation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgTranslateUserExchangeId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", - "Uri": "/users/{user-id}/translateExchangeIds", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "ApiReferenceLink": null, + "Module": "Users.Functions", "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" ], - "Module": "Users.Actions", + "Method": "GET", + "Command": "Invoke-MgTimeUserOutlook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConvertIdResult", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -360279,50 +360926,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConvertIdResult" + "CommandAlias": null, + "Uri": "/users/{user-id}/translateExchangeIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", + "Module": "Users.Actions", + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgTranslateUserExchangeId", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnarchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/unarchive", - "ApiVersion": "v1.0", - "Variants": [ - "Unarchive", - "UnarchiveViaIdentity" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -360357,20 +361006,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Unassign", - "UnassignViaIdentity" + "Unarchive", + "UnarchiveViaIdentity" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Invoke-MgUnarchiveTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -360389,127 +361038,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnfollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgUnfollowDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnfollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/unfollow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgUnfollowDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnfollowGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgUnfollowGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnfollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgUnfollowGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnfollowUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgUnfollowUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnfollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Invoke-MgUnfollowUserDriveRoot", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnmuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/unmute", - "ApiVersion": "v1.0", - "Variants": [ - "Unmute", - "UnmuteExpanded", - "UnmuteViaIdentity", - "UnmuteViaIdentityExpanded" - ], - "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -360528,20 +361175,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnpinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/unmute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ - "Unpin", - "UnpinViaIdentity" + "Unmute", + "UnmuteExpanded", + "UnmuteViaIdentity", + "UnmuteViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "Invoke-MgUnmuteCommunicationCall", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -360560,20 +361209,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", + "Module": "Education", "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" + "Unpin", + "UnpinViaIdentity" ], - "Module": "Education", + "Method": "POST", + "Command": "Invoke-MgUnpinEducationClassModule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -360600,116 +361249,116 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], + "Method": "POST", + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Usage", "UsageViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + "Method": "GET", + "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "ApiVersion": "v1.0", - "Variants": [ - "Usage", - "UsageViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", "Permissions": [ { "Name": "Policy.Read.All", @@ -360736,122 +361385,120 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + "CommandAlias": null, + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Usage", + "UsageViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphReminder", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Invoke-MgViewUserReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "View", "ViewViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphReminder" + "Method": "GET", + "Command": "Invoke-MgViewUserReminder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgBetaDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgBetaDriveListContentTypeWithHubSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgBetaShareListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgBetaShareListContentTypeWithHubSite", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgBetaSiteContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "beta", - "Variants": [ - "Associate", - "AssociateExpanded", - "AssociateViaIdentity", - "AssociateViaIdentityExpanded" - ], - "Module": "Beta.Sites", + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -360870,141 +361517,141 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgBetaSiteListContentTypeWithHubSite", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgBetaSiteContentTypeWithHubSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgBetaSiteListContentTypeWithHubSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgGroupDriveListContentTypeWithHubSite", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgGroupSiteContentTypeWithHubSite", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgGroupSiteListContentTypeWithHubSite", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgGroupSiteContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgShareListContentTypeWithHubSite", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgSiteContentTypeWithHubSite", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "Join-MgShareListContentTypeWithHubSite", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -361023,146 +361670,148 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Module": "Sites", + "Variants": [ + "Associate", + "AssociateExpanded", + "AssociateViaIdentity", + "AssociateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Join-MgSiteContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgSiteListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgSiteListContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Join-MgUserDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Join-MgUserDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Lock-MgBetaUserManagedDeviceRemote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Lock-MgBetaUserManagedDeviceRemote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Lock-MgDeviceManagementManagedDeviceRemote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Lock-MgUserManagedDeviceRemote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Lock-MgUserManagedDeviceRemote", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/transfer", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Move-MgBetaCommunicationCall", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", - "ApiVersion": "beta", - "Variants": [ - "Move", - "MoveExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -361181,37 +361830,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Move", + "MoveExpanded" + ], + "Method": "POST", + "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaDeviceManagementIntentToTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Migrate", "MigrateExpanded", "MigrateViaIdentity", "MigrateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Move-MgBetaDeviceManagementIntentToTemplate", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", - "ApiVersion": "beta", - "Variants": [ - "Move", - "MoveExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -361230,456 +361879,456 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Move", + "MoveExpanded" + ], + "Method": "POST", + "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaGroupPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Method": "POST", + "Command": "Move-MgBetaGroupPlannerPlanToContainer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "Module": "Beta.Planner", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Method": "POST", + "Command": "Move-MgBetaPlannerPlanToContainer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "Move-MgBetaUserMailFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "Move-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Move-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Move-MgBetaUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaUserManagedDeviceToOu", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Move-MgBetaUserManagedDeviceToOu", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/move", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Move-MgBetaUserMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgBetaUserPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Method": "POST", + "Command": "Move-MgBetaUserPlannerPlanToContainer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/transfer", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Move-MgCommunicationCall", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "Move-MgUserMailFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "Move-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Move-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Move-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Move-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/move", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "Move-MgUserMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSiteList" + "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBrowserSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSite" + "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Method": "POST", + "Command": "New-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAgreement", - "ApiReferenceLink": null, "Uri": "/agreements", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "POST", + "Command": "New-MgAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "POST", + "Command": "New-MgAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "POST", + "Command": "New-MgAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "POST", + "Command": "New-MgAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "POST", + "Command": "New-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "POST", + "Command": "New-MgAgreementFileVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAppCatalogTeamApp", - "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -361706,22 +362355,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsApp" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -361748,20 +362395,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", - "Uri": "/applications", - "ApiVersion": "v1.0", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361780,22 +362429,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "ApiVersion": "v1.0", + "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgApplication", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -361822,22 +362469,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361864,22 +362511,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExtensionProperty" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361898,22 +362545,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationOwnerByRef", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361948,107 +362595,107 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgApplicationOwnerByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "POST", + "Command": "New-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + "Method": "POST", + "Command": "New-MgApplicationSynchronizationJobOnDemand", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Method": "POST", + "Command": "New-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -362091,22 +362738,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -362149,20 +362796,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", - "Uri": "/accessReviews", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -362181,124 +362830,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReview" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAccessReviewDecision", - "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/decisions", - "ApiVersion": "beta", + "Uri": "/accessReviews", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "POST", + "Command": "New-MgBetaAccessReview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAccessReviewInstance", + "Uri": "/accessReviews/{accessReview-id}/decisions", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReview" + "Method": "POST", + "Command": "New-MgBetaAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReview", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAccessReviewInstanceDecision", + "Uri": "/accessReviews/{accessReview-id}/instances", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAccessReviewInstanceMyDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAccessReviewInstanceReviewer", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAccessReviewMyDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/myDecisions", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "New-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -362317,103 +362964,103 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "CommandAlias": null, + "Uri": "/accessReviews/{accessReview-id}/reviewers", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaAccessReviewReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSiteList" + "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBrowserSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSite" + "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", "Uri": "/administrativeUnits", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdministrativeUnitMember", - "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -362432,22 +363079,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdministrativeUnitMemberByRef", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -362466,152 +363113,154 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Method": "POST", + "Command": "New-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAgreement", - "ApiReferenceLink": null, "Uri": "/agreements", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "POST", + "Command": "New-MgBetaAgreement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "POST", + "Command": "New-MgBetaAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "POST", + "Command": "New-MgBetaAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "POST", + "Command": "New-MgBetaAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "POST", + "Command": "New-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "POST", + "Command": "New-MgBetaAgreementFileVersion", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -362638,22 +363287,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsApp" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -362680,37 +363327,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + "Method": "POST", + "Command": "New-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", - "Uri": "/applications", - "ApiVersion": "beta", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362729,22 +363378,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "ApiVersion": "beta", + "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaApplication", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -362771,22 +363418,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationExtensionProperty", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaApplicationAppManagementPolicyByRef", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362813,22 +363460,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExtensionProperty" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362847,22 +363494,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationOwnerByRef", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362897,107 +363544,107 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaApplicationOwnerByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -363040,22 +363687,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -363098,43 +363745,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBookingBusiness", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1" + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingBusiness" + "Method": "POST", + "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBookingBusiness", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBookingBusinessAppointment", + "Uri": "/bookingBusinesses", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", "CreateExpanded", - "CreateExpanded1", - "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateExpanded1" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "New-MgBetaBookingBusiness", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -363169,15 +363812,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBookingBusinessCalendarView", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -363188,17 +363826,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Method": "POST", + "Command": "New-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBookingAppointment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBookingBusinessCustomer", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -363209,7 +363847,12 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -363236,15 +363879,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomer" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBookingBusinessCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -363255,7 +363893,12 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -363282,15 +363925,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBookingBusinessService", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -363301,7 +363939,12 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -363320,15 +363963,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingService" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBookingBusinessStaffMember", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -363339,7 +363977,12 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessService", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -363358,52 +364001,58 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingStaffMember" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBookingCurrency", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": null, - "Uri": "/bookingCurrencies", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", "CreateExpanded", - "CreateExpanded1" + "CreateExpanded1", + "CreateViaIdentity", + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingCurrency" + "Method": "POST", + "Command": "New-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBookingCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBusinessFlowTemplate", + "Uri": "/bookingCurrencies", "ApiReferenceLink": null, - "Uri": "/businessFlowTemplates", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", - "CreateExpanded" + "Create1", + "CreateExpanded", + "CreateExpanded1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + "Method": "POST", + "Command": "New-MgBetaBookingCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBusinessScenario", + "Uri": "/businessFlowTemplates", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "New-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -363422,22 +364071,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenario" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "New-MgBetaBusinessScenario", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -363456,37 +364103,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessScenarioTask" + "Method": "POST", + "Command": "New-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", - "Uri": "/chats", - "ApiVersion": "beta", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaBusinessScenarioPlannerTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.Create", @@ -363505,22 +364154,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatInstalledApp", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps", - "ApiVersion": "beta", + "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaChat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -363611,22 +364258,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatMember", + "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaChatInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -363669,22 +364316,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatMessage", + "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaChatMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChatMessage.Send", @@ -363719,107 +364366,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaChatMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaChatMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaChatMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatOperation", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "POST", + "Command": "New-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatPermissionGrant", + "Uri": "/chats/{chat-id}/operations", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "New-MgBetaChatOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatPinnedMessage", + "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaChatPermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [ { "Name": "ChatMessage.Send", @@ -363846,22 +364493,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaChatTab", + "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaChatPinnedMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Create", @@ -363928,20 +364575,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationCall", + "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": null, - "Uri": "/communications/calls", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "New-MgBetaChatTab", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCall", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -363984,22 +364633,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCall" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "New-MgBetaCommunicationCall", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -364018,132 +364665,144 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Method": "POST", + "Command": "New-MgBetaCommunicationCallOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphParticipant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParticipant" + "Method": "POST", + "Command": "New-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsParticipant" + "Method": "POST", + "Command": "New-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Method": "POST", + "Command": "New-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "Create1", @@ -364154,105 +364813,95 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Method": "POST", + "Command": "New-MgBetaCommunicationPresence", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364271,22 +364920,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364305,22 +364952,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364339,39 +364986,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364390,22 +365037,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364424,22 +365071,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364458,39 +365105,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364509,22 +365156,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364543,39 +365190,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364594,22 +365241,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364628,22 +365275,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364662,22 +365309,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364696,22 +365343,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364730,97 +365377,97 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + "CommandAlias": null, + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaContact", - "ApiReferenceLink": null, "Uri": "/contacts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "POST", + "Command": "New-MgBetaContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContract", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaContract", - "ApiReferenceLink": null, "Uri": "/contracts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphContract" + "Method": "POST", + "Command": "New-MgBetaContract", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Method": "POST", + "Command": "New-MgBetaDataPolicyOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", "Uri": "/devices", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "POST", + "Command": "New-MgBetaDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/androidManagedAppProtections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364839,37 +365486,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364888,22 +365537,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364922,135 +365569,135 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosManagedAppProtections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365069,52 +365716,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365133,73 +365782,71 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365218,167 +365865,167 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedAppStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBook" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBookCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookCategory" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365397,22 +366044,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365431,1608 +366078,1608 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileApp" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySet" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySetAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySetItem" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367051,39 +367698,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367102,20 +367749,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtTask", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTask", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367134,20 +367783,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementVppToken", + "CommandAlias": null, + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -367166,69 +367815,69 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367247,20 +367896,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367279,39 +367928,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367330,22 +367977,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367364,20 +368011,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367396,20 +368045,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367428,22 +368077,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" - }, - { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367462,194 +368109,197 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Method": "POST", + "Command": "New-MgBetaDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", - "ApiVersion": "beta", - "Variants": [ - "Generate" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -367668,161 +368318,160 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Generate" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuditEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuditEvent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/cartToClassAssociations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCartToClassAssociation" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367841,171 +368490,171 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" + "CommandAlias": null, + "Uri": "/deviceManagement/comanagedDevices", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagementEligibleDevices", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -368024,20 +368673,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/comanagementEligibleDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -368056,248 +368705,248 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + "CommandAlias": null, + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/dataSharingConsents", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -368316,35 +368965,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDataSharingConsent" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/dataSharingConsents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDepOnboardingSetting" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "Uri": "/deviceManagement/depOnboardingSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Generate", - "GenerateViaIdentity" + "Create", + "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -368363,69 +369012,69 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Generate", + "GenerateViaIdentity" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null, "Uri": "/deviceManagement/derivedCredentials", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -368444,20 +369093,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDetectedApp" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -368476,329 +369125,329 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCategory" + "CommandAlias": null, + "Uri": "/deviceManagement/deviceCategories", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -368817,22 +369466,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -368851,20 +369498,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -368883,20 +369532,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368913,24 +369562,30 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScript" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368949,22 +369604,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368983,20 +369638,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369015,22 +369672,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceShellScript" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369049,22 +369704,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369083,22 +369738,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369117,22 +369772,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369151,101 +369806,103 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + "CommandAlias": null, + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/domainJoinConnectors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -369264,621 +369921,621 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + "CommandAlias": null, + "Uri": "/deviceManagement/exchangeConnectors", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyOperation" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentCopy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCopy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -369897,120 +370554,118 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -370029,165 +370684,165 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateViaIdentity", - "Generate", - "GenerateViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -370206,86 +370861,86 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Create", + "CreateViaIdentity", + "Generate", + "GenerateViaIdentity" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -370304,20 +370959,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -370352,20 +371009,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", - "CreateExpanded" + "CreateViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -370384,97 +371041,97 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRecords", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", + "Uri": "/deviceManagement/monitoring/alertRecords", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRules", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementNdeConnector", + "Uri": "/deviceManagement/monitoring/alertRules", "ApiReferenceLink": null, - "Uri": "/deviceManagement/ndesConnectors", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphNdesConnector" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNdesConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/ndesConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -370493,20 +371150,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteActionAudits", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370525,20 +371182,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteActionAudit" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteActionAudits", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -370557,52 +371214,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -370621,35 +371278,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementReusableSetting", + "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reusableSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/reusableSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -370668,20 +371325,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -370700,22 +371357,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -370734,20 +371389,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370766,54 +371423,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "CommandAlias": null, + "Uri": "/deviceManagement/roleScopeTags", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScript" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScript", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370832,22 +371487,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370866,22 +371521,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370900,22 +371555,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370934,22 +371589,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370968,333 +371623,335 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "CommandAlias": null, + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateInstance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditions" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371313,35 +371970,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371360,20 +372017,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371392,20 +372049,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371424,20 +372081,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371456,20 +372113,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371488,20 +372145,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371520,20 +372177,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371552,20 +372209,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371584,20 +372241,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371616,20 +372273,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371648,35 +372305,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371695,20 +372352,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371727,20 +372384,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371759,20 +372416,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371791,20 +372448,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371823,20 +372480,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371855,20 +372512,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371887,52 +372544,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371951,20 +372608,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371983,20 +372640,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372015,20 +372672,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372047,20 +372704,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372079,20 +372736,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372111,20 +372768,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372143,35 +372800,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372190,20 +372847,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372222,20 +372879,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372254,20 +372911,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372286,20 +372943,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372318,20 +372975,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372350,20 +373007,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372382,20 +373039,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372414,20 +373071,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372446,22 +373103,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372480,20 +373135,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372512,405 +373169,405 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceManagement/userPfxCertificates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserPfxCertificate" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkAction" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExportJob" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcServicePlan" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSnapshot" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -372929,22 +373586,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -372963,137 +373618,137 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + "CommandAlias": null, + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDeviceRegisteredUserByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsageRight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/usageRights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Method": "POST", + "Command": "New-MgBetaDeviceUsageRights", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryAdministrativeUnitMember", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -373136,22 +373791,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -373194,52 +373849,54 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryAttributeSet", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeSet" + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttributeSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "Uri": "/directory/attributeSets", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "New-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -373258,22 +373915,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "POST", + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -373292,560 +373947,560 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" + "CommandAlias": null, + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + "Method": "POST", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAllowedValue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAllowedValue" + "Method": "POST", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Method": "POST", + "Command": "New-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUserProfile" + "Method": "POST", + "Command": "New-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "POST", + "Command": "New-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "New-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/inboundSharedUserProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile" + "Method": "POST", + "Command": "New-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "New-MgBetaDirectoryObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Method": "POST", + "Command": "New-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" + "Method": "POST", + "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/pendingExternalUserProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + "Method": "POST", + "Command": "New-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null, "Uri": "/directory/recommendations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Method": "POST", + "Command": "New-MgBetaDirectoryRecommendation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "POST", + "Command": "New-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", "Uri": "/directoryRoles", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "POST", + "Command": "New-MgBetaDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryRoleMemberByRef", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaDirectoryRoleMemberByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "POST", + "Command": "New-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "Method": "POST", + "Command": "New-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectorySetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", "Uri": "/settings", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectorySetting" + "Method": "POST", + "Command": "New-MgBetaDirectorySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + "Method": "POST", + "Command": "New-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomain" + "Method": "POST", + "Command": "New-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "POST", + "Command": "New-MgBetaDirectorySubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", "Uri": "/domains", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Method": "POST", + "Command": "New-MgBetaDomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Method": "POST", + "Command": "New-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "POST", + "Command": "New-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + "Method": "POST", + "Command": "New-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "POST", + "Command": "New-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDrive", - "ApiReferenceLink": null, "Uri": "/drives", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "POST", + "Command": "New-MgBetaDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemChild", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -373872,22 +374527,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", + "Method": "POST", + "Command": "New-MgBetaDriveItemChild", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -373914,124 +374569,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaDriveItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaDriveItemListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgBetaDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemUploadSession", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", + "Method": "POST", + "Command": "New-MgBetaDriveItemThumbnail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Files.ReadWrite", @@ -374058,411 +374713,411 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDriveItemUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgBetaDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgBetaDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaDriveListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaDriveRootLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/listItem/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaDriveRootListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgBetaDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaDriveRootUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgBetaDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Method": "POST", + "Command": "New-MgBetaEducationClass", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignment", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374481,26 +375136,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374519,22 +375170,26 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374553,22 +375208,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374587,56 +375242,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374655,39 +375310,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationGradingScheme" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -374706,22 +375361,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationOutcome" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374740,73 +375395,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassMemberByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -374825,22 +375480,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassMemberByRef", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -374859,22 +375514,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "New-MgBetaEducationClassModule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -374893,222 +375548,224 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaEducationClassModuleResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationClassTeacherByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEducationClassTeacherByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationMeRubric", - "ApiReferenceLink": null, - "Uri": "/education/me/rubrics", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -375127,416 +375784,414 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" + "CommandAlias": null, + "Uri": "/education/me/rubrics", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaEducationMeRubric", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Method": "POST", + "Command": "New-MgBetaEducationSchool", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationSchoolClassByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEducationSchoolClassByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationSchoolUserByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEducationSchoolUserByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + "Method": "POST", + "Command": "New-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationError" + "Method": "POST", + "Command": "New-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Method": "POST", + "Command": "New-MgBetaEducationUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "POST", + "Command": "New-MgBetaEducationUserRubric", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionHandler" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -375555,197 +376210,199 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Method": "POST", + "Command": "New-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalConnection", - "ApiReferenceLink": null, - "Uri": "/external/connections", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -375764,22 +376421,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalConnectionGroup", + "Uri": "/external/connections", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Search", + "Method": "POST", + "Command": "New-MgBetaExternalConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -375798,22 +376453,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", + "Method": "POST", + "Command": "New-MgBetaExternalConnectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -375832,458 +376487,470 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "Method": "POST", + "Command": "New-MgBetaExternalConnectionItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Method": "POST", + "Command": "New-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Method": "POST", + "Command": "New-MgBetaExternalConnectionOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataConnector" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/years", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCountryRegion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCountryRegion" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPayment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPayment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmployee", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmployee" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphJournal", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournal" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphJournalLine", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -376294,68 +376961,68 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournalLine" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -376366,102 +377033,102 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -376472,34 +377139,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -376510,49 +377177,49 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Make", "MakeViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -376563,124 +377230,114 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTaxArea", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxArea" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTaxGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxGroup" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnitOfMeasure" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVendor", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", - "Uri": "/groups", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.Create", @@ -376707,90 +377364,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupAcceptedSenderByRef", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "ApiVersion": "beta", + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaGroupAcceptedSenderByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupCalendarEvent", + "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "POST", + "Command": "New-MgBetaGroupCalendarEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversation", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "New-MgBetaGroupCalendarPermission", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -376809,22 +377464,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThread", + "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "New-MgBetaGroupConversation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -376843,967 +377498,979 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" + "CommandAlias": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaGroupConversationThread", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "POST", + "Command": "New-MgBetaGroupDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaGroupDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEndpoint", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/endpoints", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "POST", + "Command": "New-MgBetaGroupEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgBetaGroupEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupEventAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupEventExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "Create1", @@ -377812,41 +378479,29 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + "Method": "POST", + "Command": "New-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupMemberByRef", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Notes", + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -377873,22 +378528,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteNotebookSection", + "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -377915,22 +378570,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -377957,22 +378612,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -377999,56 +378654,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgBetaGroupOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteSectionGroupSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -378075,22 +378730,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteSectionPage", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSectionGroupSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -378117,22 +378772,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupOwnerByRef", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/$ref", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSectionPage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -378151,168 +378806,180 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaGroupOwnerByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "New-MgBetaGroupPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupRejectedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupRejectedSenderByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectorySetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectorySetting" + "Method": "POST", + "Command": "New-MgBetaGroupSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "POST", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaGroupSiteColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaGroupSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -378323,17 +378990,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -378344,17 +379011,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -378365,17 +379032,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -378386,17 +379053,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -378407,17 +379074,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -378428,765 +379095,765 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "POST", + "Command": "New-MgBetaGroupSiteList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "POST", + "Command": "New-MgBetaGroupSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaGroupSitePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecycleBinItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBinItem" + "Method": "POST", + "Command": "New-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -379197,17 +379864,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -379218,119 +379885,119 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -379341,17 +380008,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -379362,34 +380029,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -379400,17 +380067,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -379421,755 +380088,743 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "POST", + "Command": "New-MgBetaGroupTeamInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgBetaGroupTeamMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "POST", + "Command": "New-MgBetaGroupTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "New-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDayNote", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTag", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Method": "POST", + "Command": "New-MgBetaGroupTeamTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "POST", + "Command": "New-MgBetaGroupTeamTagMember", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThread", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -380188,509 +380843,521 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaGroupThread", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "New-MgBetaIdentityApiConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create1", "CreateExpanded1", @@ -380699,22 +381366,12 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/namedLocations", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -380733,20 +381390,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNamedLocation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/namedLocations", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/policies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -380773,728 +381430,728 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "CommandAlias": null, + "Uri": "/identity/conditionalAccess/policies", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + "Method": "POST", + "Command": "New-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsRequestChange" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -381513,50 +382170,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -381575,107 +382232,117 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "Create1", @@ -381684,197 +382351,187 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "POST", + "Command": "New-MgBetaIdentityProvider", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/userFlows", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlow" + "Method": "POST", + "Command": "New-MgBetaIdentityUserFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Method": "POST", + "Command": "New-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "POST", + "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Method": "POST", + "Command": "New-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "POST", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "POST", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaInvitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", - "Uri": "/invitations", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphInvitation", "Permissions": [ { "Name": "User.Invite.All", @@ -381901,20 +382558,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInvitation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", - "Uri": "/oauth2PermissionGrants", - "ApiVersion": "beta", + "Uri": "/invitations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaInvitation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -381933,81 +382590,91 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + "CommandAlias": null, + "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "Create1", @@ -382018,209 +382685,197 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectorGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOrganization", - "ApiReferenceLink": null, "Uri": "/organization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrganization" + "Method": "POST", + "Command": "New-MgBetaOrganization", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -382239,88 +382894,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + "Method": "POST", + "Command": "New-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaOrganizationExtension", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/extensions", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPlaceAsRoomListRoom", + "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, - "Uri": "/places/{place-id}/roomList/rooms", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "POST", + "Command": "New-MgBetaOrganizationExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPlaceAsRoomListWorkspace", + "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, - "Uri": "/places/{place-id}/roomList/workspaces", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkspace" + "Method": "POST", + "Command": "New-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWorkspace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPlannerBucket", + "Uri": "/places/{place-id}/roomList/workspaces", "ApiReferenceLink": null, - "Uri": "/planner/buckets", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "POST", + "Command": "New-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -382347,20 +383004,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPlannerPlan", + "Uri": "/planner/buckets", "ApiReferenceLink": null, - "Uri": "/planner/plans", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Planner", + "Method": "POST", + "Command": "New-MgBetaPlannerBucket", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -382387,20 +383044,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPlannerRoster", + "Uri": "/planner/plans", "ApiReferenceLink": null, - "Uri": "/planner/rosters", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Planner", + "Method": "POST", + "Command": "New-MgBetaPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerRoster", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -382419,22 +383076,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphPlannerRoster" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPlannerRosterMember", + "Uri": "/planner/rosters", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Planner", + "Method": "POST", + "Command": "New-MgBetaPlannerRoster", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -382453,20 +383108,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphPlannerRosterMember" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPlannerTask", + "Uri": "/planner/rosters/{plannerRoster-id}/members", "ApiReferenceLink": null, - "Uri": "/planner/tasks", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "POST", + "Command": "New-MgBetaPlannerRosterMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -382493,20 +383150,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", + "Uri": "/planner/tasks", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaPlannerTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -382525,20 +383182,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyAppManagementPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -382557,35 +383214,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Method": "POST", + "Command": "New-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -382604,69 +383261,69 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "CommandAlias": null, + "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "POST", + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + "Method": "POST", + "Command": "New-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + "Method": "POST", + "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -382685,84 +383342,84 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + "Method": "POST", + "Command": "New-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyFeatureRolloutPolicy", + "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": null, - "Uri": "/policies/featureRolloutPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "POST", + "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", + "Uri": "/policies/featureRolloutPolicies", "ApiReferenceLink": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -382781,246 +383438,246 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "CommandAlias": null, + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + "Method": "POST", + "Command": "New-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + "Method": "POST", + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Method": "POST", + "Command": "New-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + "Method": "POST", + "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Method": "POST", + "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Method": "POST", + "Command": "New-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + "Method": "POST", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Method": "POST", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Method": "POST", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -383039,20 +383696,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -383071,50 +383728,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintConnector", + "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": null, - "Uri": "/print/connectors", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Method": "POST", + "Command": "New-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintOperation", + "Uri": "/print/connectors", "ApiReferenceLink": null, - "Uri": "/print/operations", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Method": "POST", + "Command": "New-MgBetaPrintConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", - "Uri": "/print/printers/create", - "ApiVersion": "beta", + "Uri": "/print/operations", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Create1", - "CreateExpanded1" + "Create", + "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgBetaPrintOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Printer.Create", @@ -383141,22 +383798,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterJob", - "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs", - "ApiVersion": "beta", + "Uri": "/print/printers/create", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "Create1", + "CreateExpanded1" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgBetaPrintPrinter", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.Create", @@ -383199,39 +383854,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterJobDocument", + "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "POST", + "Command": "New-MgBetaPrintPrinterJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "ApiVersion": "beta", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -383258,156 +383913,156 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "POST", + "Command": "New-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShare", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -383426,103 +384081,103 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintService", + "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": null, - "Uri": "/print/services", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintService" - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}/endpoints", - "ApiVersion": "beta", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + "Method": "POST", + "Command": "New-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintService", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintShare", + "Uri": "/print/services", "ApiReferenceLink": null, - "Uri": "/print/shares", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Method": "POST", + "Command": "New-MgBetaPrintService", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintShareAllowedGroupByRef", + "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "CommandAlias": null, + "Uri": "/print/shares", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Command": "New-MgBetaPrintShareAllowedUserByRef", + "Command": "New-MgBetaPrintShare", + "ApiVersion": "beta" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaPrintShareAllowedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgBetaPrintShareAllowedUserByRef", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -383557,39 +384212,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintShareJobDocument", + "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "POST", + "Command": "New-MgBetaPrintShareJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "ApiVersion": "beta", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgBetaPrintShareJobDocument", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -383616,386 +384271,398 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaPrintShareJobDocumentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "POST", + "Command": "New-MgBetaPrintShareJobTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "POST", + "Command": "New-MgBetaPrintTaskDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "POST", + "Command": "New-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Method": "POST", + "Command": "New-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "POST", + "Command": "New-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/privilegedAccess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccess" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccess", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Method": "POST", + "Command": "New-MgBetaPrivilegedApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + "Method": "POST", + "Command": "New-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "POST", + "Command": "New-MgBetaPrivilegedRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Make", "MakeViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgram", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", "Uri": "/programs", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Method": "POST", + "Command": "New-MgBetaProgram", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgramControl", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", "Uri": "/programControls", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "Create1", @@ -384008,193 +384675,183 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControl" + "Method": "POST", + "Command": "New-MgBetaProgramControl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgramControlType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaProgramControlType", - "ApiReferenceLink": null, "Uri": "/programControlTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControlType" + "Method": "POST", + "Command": "New-MgBetaProgramControlType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + "Method": "POST", + "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Method": "POST", + "Command": "New-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "POST", + "Command": "New-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Method": "POST", + "Command": "New-MgBetaRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + "Method": "POST", + "Command": "New-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Method": "POST", + "Command": "New-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Method": "POST", + "Command": "New-MgBetaRiskyUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + "Method": "POST", + "Command": "New-MgBetaRiskyUserHistory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -384213,37 +384870,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "Uri": "/roleManagement/cloudPC/roleAssignments", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -384286,69 +384943,69 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "CommandAlias": null, + "Uri": "/roleManagement/cloudPC/roleDefinitions", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -384367,37 +385024,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/deviceManagement/roleAssignments", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -384440,146 +385097,146 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "CommandAlias": null, + "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -384614,20 +385271,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -384646,67 +385303,67 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -384725,320 +385382,320 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -385057,298 +385714,298 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "CommandAlias": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/customAppScopes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAppScope" + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", - "Uri": "/schemaExtensions", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -385367,20 +386024,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchemaExtension" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSearchAcronym", - "ApiReferenceLink": null, - "Uri": "/search/acronyms", - "ApiVersion": "beta", + "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", + "Method": "POST", + "Command": "New-MgBetaSchemaExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -385399,20 +386056,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchAcronym" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSearchBookmark", + "Uri": "/search/acronyms", "ApiReferenceLink": null, - "Uri": "/search/bookmarks", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", + "Method": "POST", + "Command": "New-MgBetaSearchAcronym", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -385431,20 +386088,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchBookmark" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSearchQna", + "Uri": "/search/bookmarks", "ApiReferenceLink": null, - "Uri": "/search/qnas", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", + "Method": "POST", + "Command": "New-MgBetaSearchBookmark", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -385463,268 +386120,268 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchQna" + "CommandAlias": null, + "Uri": "/search/qnas", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaSearchQna", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAction", - "ApiReferenceLink": null, "Uri": "/security/securityActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAction" + "Method": "POST", + "Command": "New-MgBetaSecurityAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAlert", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Method": "POST", + "Command": "New-MgBetaSecurityAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Method": "POST", + "Command": "New-MgBetaSecurityAlertV2", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulation" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Permissions": [], + "CommandAlias": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingCampaign" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, - "Uri": "/security/auditLog/queries", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -385783,37 +386440,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityAuditLogQueryRecord", + "Uri": "/security/auditLog/queries", "ApiReferenceLink": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" + "Method": "POST", + "Command": "New-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCase", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385832,22 +386489,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385866,22 +386521,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385900,22 +386555,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385934,22 +386589,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385968,22 +386623,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386002,22 +386657,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386036,22 +386691,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386070,22 +386725,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386104,39 +386759,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386155,39 +386810,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386206,22 +386861,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386240,39 +386895,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386291,643 +386946,645 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + "Method": "POST", + "Command": "New-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" + "Method": "POST", + "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainSecurityProfile" + "Method": "POST", + "Command": "New-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphFileSecurityProfile" + "Method": "POST", + "Command": "New-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphHostSecurityProfile" + "Method": "POST", + "Command": "New-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHealthIssue" + "Method": "POST", + "Command": "New-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIncident", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIncident" + "Method": "POST", + "Command": "New-MgBetaSecurityIncident", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Method": "POST", + "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphIPSecurityProfile" + "Method": "POST", + "Command": "New-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "POST", + "Command": "New-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "POST", + "Command": "New-MgBetaSecurityLabelCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Method": "POST", + "Command": "New-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "POST", + "Command": "New-MgBetaSecurityLabelCitation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "POST", + "Command": "New-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "POST", + "Command": "New-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + "Method": "POST", + "Command": "New-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Method": "POST", + "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphProviderTenantSetting" + "Method": "POST", + "Command": "New-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDetectionRule" + "Method": "POST", + "Command": "New-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecureScore", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScore" + "Method": "POST", + "Command": "New-MgBetaSecuritySecureScore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + "Method": "POST", + "Command": "New-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Method": "POST", + "Command": "New-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "POST", + "Command": "New-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/emailThreats", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -386946,35 +387603,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreats", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" + "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/fileThreats", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -386993,20 +387650,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", + "Uri": "/security/threatSubmission/fileThreats", "ApiReferenceLink": null, - "Uri": "/security/threatSubmission/urlThreats", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -387025,159 +387682,159 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" + "CommandAlias": null, + "Uri": "/security/threatSubmission/urlThreats", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Method": "POST", + "Command": "New-MgBetaSecurityTiIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + "Method": "POST", + "Command": "New-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Method": "POST", + "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSecurityProfile" + "Method": "POST", + "Command": "New-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", - "Uri": "/servicePrincipals", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -387204,22 +387861,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "ApiVersion": "beta", + "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaServicePrincipal", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -387246,22 +387901,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -387288,22 +387943,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -387346,56 +388001,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Method": "POST", + "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "POST", + "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -387438,39 +388093,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalLicenseDetail", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Method": "POST", + "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -387505,27 +388160,69 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaServicePrincipalOwnerByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", "Permissions": [ { - "Name": "Application.ReadWrite.All", - "Description": "Read and write all applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -387539,62 +388236,53 @@ "IsLeastPrivilege": false }, { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Method": "POST", + "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Method": "POST", + "Command": "New-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -387613,22 +388301,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationJob" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ - "Provision", - "ProvisionExpanded", - "ProvisionViaIdentity", - "ProvisionViaIdentityExpanded" + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -387647,151 +388335,163 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Provision", + "ProvisionExpanded", + "ProvisionViaIdentity", + "ProvisionViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaShareListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaShareListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgBetaShareListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "Create1", @@ -387802,17 +388502,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "Create1", @@ -387823,107 +388523,95 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaShareListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaShareListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaShareListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Method": "POST", + "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "POST", + "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteColumn", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -387942,22 +388630,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteContentType", + "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "New-MgBetaSiteColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -387976,22 +388664,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "New-MgBetaSiteContentType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -388010,53 +388698,44 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteGetByPathColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteGetByPathContentType", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -388067,17 +388746,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteGetByPathList", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -388088,17 +388767,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteGetByPathOperation", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -388109,17 +388788,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteGetByPathPage", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -388130,17 +388809,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteGetByPathPermission", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -388151,24 +388830,33 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteList", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathPermission", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Manage.All", @@ -388187,39 +388875,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphList" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListActivity", + "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "POST", + "Command": "New-MgBetaSiteList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "New-MgBetaSiteListActivity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -388238,39 +388926,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaSiteListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "New-MgBetaSiteListContentType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -388289,73 +388977,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListItemActivity", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "POST", + "Command": "New-MgBetaSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "New-MgBetaSiteListItemActivity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -388390,22 +389078,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "New-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -388432,73 +389120,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaSiteListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaSiteListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaSiteListSubscription", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -388525,22 +389213,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteNotebookSection", + "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -388567,22 +389255,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -388609,22 +389297,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -388651,56 +389339,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgBetaSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -388727,22 +389415,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteSectionPage", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -388769,185 +389457,197 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" + "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaSiteOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "POST", + "Command": "New-MgBetaSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaSitePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -388958,17 +389658,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -388979,119 +389679,119 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -389102,17 +389802,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -389123,34 +389823,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -389161,17 +389861,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -389182,222 +389882,212 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscribedSku", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribedSku" + "Method": "POST", + "Command": "New-MgBetaSubscribedSku", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", "Uri": "/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaSubscription", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", - "Uri": "/teams", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.Create", @@ -389432,22 +390122,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels", - "ApiVersion": "beta", + "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.Create.Group", @@ -389490,54 +390178,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" + "CommandAlias": null, + "Uri": "/teams/{team-id}/channels", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaTeamChannelEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgBetaTeamChannelMember", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannelMessage", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -389564,39 +390252,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -389623,56 +390311,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -389747,22 +390435,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamInstalledApp", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamChannelTab", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -389853,224 +390541,224 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamMember", + "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgBetaTeamInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamOperation", + "Uri": "/teams/{team-id}/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/operations", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "POST", + "Command": "New-MgBetaTeamMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamPermissionGrant", + "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/permissionGrants", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { - "CommandAlias": null, "Method": "POST", - "Command": "New-MgBetaTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "ApiVersion": "beta", - "Variants": [ - "Provision", - "ProvisionViaIdentity" - ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Command": "New-MgBetaTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/members", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgBetaTeamPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Module": "Beta.Teams", + "Variants": [ + "Provision", + "ProvisionViaIdentity" + ], "Method": "POST", - "Command": "New-MgBetaTeamPrimaryChannelMessage", + "Command": "New-MgBetaTeamPrimaryChannelEmail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], + "CommandAlias": null, + "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamPrimaryChannelMessageReply", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamPrimaryChannelTab", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleDayNote", + "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/dayNotes", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDayNote", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/dayNotes", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390089,22 +390777,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390131,22 +390819,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShift" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390165,22 +390853,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390199,22 +390887,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedulingGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390233,39 +390921,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShift" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", + "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Method": "POST", + "Command": "New-MgBetaTeamScheduleShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390284,39 +390972,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeCards", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "POST", + "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timeCards", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390335,22 +391023,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOff" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390369,39 +391057,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffReason" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamTag", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -390420,1029 +391108,1031 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTeamworkTag" + "CommandAlias": null, + "Uri": "/teams/{team-id}/tags", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaTeamTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "POST", + "Command": "New-MgBetaTeamTagMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDevice", - "ApiReferenceLink": null, "Uri": "/teamwork/devices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDevice" + "Method": "POST", + "Command": "New-MgBetaTeamworkDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" + "Method": "POST", + "Command": "New-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplate" + "Method": "POST", + "Command": "New-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Method": "POST", + "Command": "New-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + "Method": "POST", + "Command": "New-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + ], + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/auditEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantTags", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": null, "Uri": "/trustFramework/keySets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" + "Method": "POST", + "Command": "New-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTrustFrameworkKeySetKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + "Method": "POST", + "Command": "New-MgBetaTrustFrameworkKeySetKey", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", - "Uri": "/users", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Beta.Users", + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -391493,90 +392183,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserActivity", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities", - "ApiVersion": "beta", + "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", + "Module": "Beta.Users", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "POST", + "Command": "New-MgBetaUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Method": "POST", + "Command": "New-MgBetaUserActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserActivityStatistics", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/analytics/activityStatistics", - "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityStatistics" + "Method": "POST", + "Command": "New-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActivityStatistics", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserAppRoleAssignment", + "Uri": "/users/{user-id}/analytics/activityStatistics", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "POST", + "Command": "New-MgBetaUserActivityStatistics", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -391595,56 +392283,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -391663,100 +392351,112 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "POST", + "Command": "New-MgBetaUserCalendar", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgBetaUserCalendarEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendarGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarGroup" + "Method": "POST", + "Command": "New-MgBetaUserCalendarGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "POST", + "Command": "New-MgBetaUserCalendarGroupCalendar", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "Create1", @@ -391767,1178 +392467,1166 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "POST", + "Command": "New-MgBetaUserCalendarPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChat" + "Method": "POST", + "Command": "New-MgBetaUserChat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "POST", + "Command": "New-MgBetaUserChatInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgBetaUserChatMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaUserChatMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgBetaUserChatMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "POST", + "Command": "New-MgBetaUserChatOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "New-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "POST", + "Command": "New-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgBetaUserChatTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserCloudPcSnapshot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserCloudPcSnapshot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "POST", + "Command": "New-MgBetaUserContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "POST", + "Command": "New-MgBetaUserContactFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "POST", + "Command": "New-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "POST", + "Command": "New-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "POST", + "Command": "New-MgBetaUserContactFolderContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDefaultCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/events", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgBetaUserDefaultCalendarEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "POST", + "Command": "New-MgBetaUserDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Method": "POST", + "Command": "New-MgBetaUserDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "POST", + "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserDeviceRegisteredUserByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsageRight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Method": "POST", + "Command": "New-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "POST", + "Command": "New-MgBetaUserDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaUserDriveBundle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + ], + "Method": "POST", + "Command": "New-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgBetaUserDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaUserDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgBetaUserDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgBetaUserDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaUserDriveListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgBetaUserDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaUserDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgBetaUserDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgBetaUserEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserEventAttachment", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -392957,970 +393645,970 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" + "CommandAlias": null, + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaUserEventAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserEventExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Method": "POST", + "Command": "New-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInsightShared", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedInsight" + "Method": "POST", + "Command": "New-MgBetaUserInsightShared", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrending", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInsightTrending", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrending" + "Method": "POST", + "Command": "New-MgBetaUserInsightTrending", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsedInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserInsightUsed", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsedInsight" + "Method": "POST", + "Command": "New-MgBetaUserInsightUsed", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "New-MgBetaUserMailFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageForward", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageReplyAll", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "POST", + "Command": "New-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserMessageAttachment", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -393939,190 +394627,190 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" + "CommandAlias": null, + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaUserMessageAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMessageForward", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Method": "POST", + "Command": "New-MgBetaUserMessageMention", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgBetaUserMessageReplyAll", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState" + "Method": "POST", + "Command": "New-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Method": "POST", + "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + "Method": "POST", + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" + "Method": "POST", + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotification", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotification" + "Method": "POST", + "Command": "New-MgBetaUserNotification", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Notes", + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -394149,22 +394837,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenoteNotebookSection", + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -394191,22 +394879,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -394233,22 +394921,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenotePage", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -394275,56 +394963,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenoteSection", + "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgBetaUserOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgBetaUserOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -394351,22 +395039,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenoteSectionPage", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteSectionGroupSection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -394393,22 +395081,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeeting", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteSectionPage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -394427,94 +395115,94 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeeting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeetingRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -394541,260 +395229,260 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookMasterCategory", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/masterCategories", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTask", + "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/tasks", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "POST", + "Command": "New-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskAttachment", + "Uri": "/users/{user-id}/outlook/tasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskFolders", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskGroups", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskGroup" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", + "Uri": "/users/{user-id}/outlook/taskGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileAccount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/account", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserAccountInformation", "Permissions": [ { "Name": "User.ReadWrite", @@ -394813,22 +395501,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserAccountInformation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileAddress", + "Uri": "/users/{user-id}/profile/account", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/addresses", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileAccount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemAddress", "Permissions": [ { "Name": "User.ReadWrite", @@ -394847,22 +395535,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAddress" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/addresses", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/anniversaries", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileAddress", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Permissions": [ { "Name": "User.ReadWrite", @@ -394881,22 +395569,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileAward", + "Uri": "/users/{user-id}/profile/anniversaries", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/awards", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileAnniversary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAward", "Permissions": [ { "Name": "User.ReadWrite", @@ -394915,22 +395603,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAward" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileCertification", + "Uri": "/users/{user-id}/profile/awards", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/certifications", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileAward", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonCertification", "Permissions": [ { "Name": "User.ReadWrite", @@ -394949,22 +395637,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonCertification" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/certifications", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/educationalActivities", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileCertification", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationalActivity", "Permissions": [ { "Name": "User.ReadWrite", @@ -394983,22 +395671,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationalActivity" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileEmail", + "Uri": "/users/{user-id}/profile/educationalActivities", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/emails", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemEmail", "Permissions": [ { "Name": "User.ReadWrite", @@ -395017,22 +395705,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemEmail" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileInterest", + "Uri": "/users/{user-id}/profile/emails", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/interests", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileEmail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonInterest", "Permissions": [ { "Name": "User.ReadWrite", @@ -395051,22 +395739,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonInterest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileLanguage", + "Uri": "/users/{user-id}/profile/interests", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/languages", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileInterest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLanguageProficiency", "Permissions": [ { "Name": "User.ReadWrite", @@ -395085,22 +395773,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLanguageProficiency" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileName", + "Uri": "/users/{user-id}/profile/languages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/names", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonName", "Permissions": [ { "Name": "User.Read", @@ -395143,22 +395831,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonName" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileNote", + "Uri": "/users/{user-id}/profile/names", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/notes", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileName", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAnnotation", "Permissions": [ { "Name": "User.ReadWrite", @@ -395177,22 +395865,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAnnotation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfilePatent", + "Uri": "/users/{user-id}/profile/notes", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/patents", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileNote", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPatent", "Permissions": [ { "Name": "User.ReadWrite", @@ -395211,22 +395899,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPatent" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfilePhone", + "Uri": "/users/{user-id}/profile/patents", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/phones", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfilePatent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPhone", "Permissions": [ { "Name": "User.ReadWrite", @@ -395245,22 +395933,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPhone" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfilePosition", + "Uri": "/users/{user-id}/profile/phones", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/positions", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfilePhone", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWorkPosition", "Permissions": [ { "Name": "User.ReadWrite", @@ -395279,22 +395967,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWorkPosition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileProject", + "Uri": "/users/{user-id}/profile/positions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/projects", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfilePosition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProjectParticipation", "Permissions": [ { "Name": "User.ReadWrite", @@ -395313,22 +396001,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProjectParticipation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfilePublication", + "Uri": "/users/{user-id}/profile/projects", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/publications", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileProject", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPublication", "Permissions": [ { "Name": "User.ReadWrite", @@ -395347,22 +396035,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPublication" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileSkill", + "Uri": "/users/{user-id}/profile/publications", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/skills", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfilePublication", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSkillProficiency", "Permissions": [ { "Name": "User.ReadWrite", @@ -395381,22 +396069,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSkillProficiency" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/skills", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/webAccounts", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileSkill", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWebAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -395415,22 +396103,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWebAccount" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserProfileWebsite", + "Uri": "/users/{user-id}/profile/webAccounts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/websites", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "POST", + "Command": "New-MgBetaUserProfileWebAccount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonWebsite", "Permissions": [ { "Name": "User.ReadWrite", @@ -395449,124 +396137,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonWebsite" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/profile/websites", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "POST", + "Command": "New-MgBetaUserProfileWebsite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Method": "POST", + "Command": "New-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserSettingStorageQuotaService", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota/services", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + "Method": "POST", + "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserSettingWindows", + "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Method": "POST", + "Command": "New-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserSettingWindowsInstance", + "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Method": "POST", + "Command": "New-MgBetaUserSettingWindows", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Method": "POST", + "Command": "New-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "New-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -395665,22 +396353,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTodoList", + "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "POST", + "Command": "New-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395699,39 +396387,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTodoTaskList" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserTodoList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "POST", + "Command": "New-MgBetaUserTodoListExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395750,22 +396438,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTodoTask" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "POST", + "Command": "New-MgBetaUserTodoListTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395784,22 +396472,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphAttachmentBase" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395818,22 +396506,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphUploadSession" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskChecklistItem", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395852,39 +396540,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphChecklistItem" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395903,548 +396591,548 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphLinkedResource" + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskLinkedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Method": "POST", + "Command": "New-MgBetaVirtualEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "POST", + "Command": "New-MgBetaVirtualEventPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "POST", + "Command": "New-MgBetaVirtualEventSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhall", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinar", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuDeployment", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuPolicy", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuPolicyAudienceMember", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuPolicyComplianceChange", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuProduct", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuProductEdition", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/editions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuProductKnownIssue", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuProductRevision", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuResourceConnection", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/resourceConnections", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta" }, { - "CommandAlias": "New-MgBetaWuUpdatableAsset", - "Method": "POST", - "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBookingBusiness", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBookingBusiness", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingBusiness" + "Method": "POST", + "Command": "New-MgBookingBusiness", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBookingBusinessAppointment", - "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -396479,39 +397167,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Method": "POST", + "Command": "New-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBookingAppointment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "POST", + "Command": "New-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -396538,22 +397226,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBookingBusinessCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "POST", + "Command": "New-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -396580,22 +397268,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "POST", + "Command": "New-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -396614,22 +397302,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingService" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "POST", + "Command": "New-MgBookingBusinessService", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -396648,35 +397336,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBookingCurrency", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": null, - "Uri": "/solutions/bookingCurrencies", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingCurrency" + "Method": "POST", + "Command": "New-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBookingCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", - "Uri": "/chats", - "ApiVersion": "v1.0", + "Uri": "/solutions/bookingCurrencies", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgBookingCurrency", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.Create", @@ -396695,22 +397385,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatInstalledApp", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps", - "ApiVersion": "v1.0", + "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgChat", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -396801,22 +397489,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatMember", + "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgChatInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -396859,22 +397547,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatMessage", + "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgChatMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChatMessage.Send", @@ -396909,90 +397597,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgChatMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgChatMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgChatMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatPermissionGrant", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "New-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgChatPermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [ { "Name": "ChatMessage.Send", @@ -397019,22 +397707,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgChatTab", + "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Create", @@ -397101,20 +397789,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationCall", + "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": null, - "Uri": "/communications/calls", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", + "Method": "POST", + "Command": "New-MgChatTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCall", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -397157,22 +397847,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCall" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "CloudCommunications", + "Method": "POST", + "Command": "New-MgCommunicationCall", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -397191,263 +397879,263 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Method": "POST", + "Command": "New-MgCommunicationCallOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphParticipant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParticipant" + "Method": "POST", + "Command": "New-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Method": "POST", + "Command": "New-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Method": "POST", + "Command": "New-MgCommunicationPresence", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgContact", - "ApiReferenceLink": null, "Uri": "/contacts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "POST", + "Command": "New-MgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContract", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgContract", - "ApiReferenceLink": null, "Uri": "/contracts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphContract" + "Method": "POST", + "Command": "New-MgContract", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Method": "POST", + "Command": "New-MgDataPolicyOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", "Uri": "/devices", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "POST", + "Command": "New-MgDevice", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "POST", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/androidManagedAppProtections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Method": "POST", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397466,37 +398154,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "POST", - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397515,22 +398205,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" - }, - { - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397549,37 +398237,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "POST", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + "Method": "POST", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397598,52 +398286,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedAppPolicy", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedAppRegistration", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397662,56 +398352,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" - }, - { - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397730,152 +398418,152 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedAppStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBook", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBook" + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397894,22 +398582,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397928,1000 +398616,1000 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileApp" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "POST", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "POST", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "POST", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -398940,37 +399628,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtVppToken", - "Method": "POST", - "Command": "New-MgDeviceAppManagementVppToken", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -398989,20 +399679,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "POST", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -399021,39 +399711,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "POST", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -399072,22 +399760,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -399106,52 +399794,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceExtension", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/extensions", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementAuditEvent", + "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuditEvent" + "Method": "POST", + "Command": "New-MgDeviceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuditEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399170,20 +399860,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -399202,20 +399892,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDetectedApp" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -399234,252 +399924,252 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCategory" + "CommandAlias": null, + "Uri": "/deviceManagement/deviceCategories", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfiguration" - }, - { - "CommandAlias": null, "Method": "POST", - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Command": "New-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Enrollment", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399498,22 +400188,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "DeviceManagement.Enrollment", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399532,20 +400220,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399564,50 +400254,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Method": "POST", + "Command": "New-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "Uri": "/deviceManagement/iosUpdateStatuses", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + "Method": "POST", + "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -399626,118 +400316,116 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -399756,20 +400444,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -399804,20 +400494,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Create", - "CreateExpanded" + "CreateViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399836,52 +400526,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + "Method": "POST", + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + "Method": "POST", + "Command": "New-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementPartner", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399900,20 +400590,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399932,20 +400622,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -399964,20 +400654,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -399996,20 +400686,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -400028,22 +400718,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "POST", + "Command": "New-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -400062,99 +400750,101 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleAssignment" + "CommandAlias": null, + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + "Method": "POST", + "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditions" + "Method": "POST", + "Command": "New-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + "Method": "POST", + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + "Method": "POST", + "Command": "New-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "POST", + "Command": "New-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400173,20 +400863,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400205,20 +400895,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400237,20 +400927,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400269,20 +400959,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400301,20 +400991,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400333,20 +401023,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400365,20 +401055,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400397,35 +401087,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400444,52 +401134,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400508,20 +401198,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400540,20 +401230,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400572,20 +401262,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400604,20 +401294,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400636,20 +401326,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400668,20 +401358,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400700,20 +401390,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400732,20 +401422,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400764,22 +401454,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400798,20 +401486,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400830,174 +401520,174 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -401016,22 +401706,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "DeviceManagement", + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -401050,88 +401738,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceRegisteredOwnerByRef", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDeviceRegisteredUserByRef", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryAdministrativeUnit", + "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "POST", + "Command": "New-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryAdministrativeUnitExtension", + "Uri": "/directory/administrativeUnits", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryAdministrativeUnitMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -401174,22 +401862,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -401232,357 +401920,357 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttributeSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeSet" + "Method": "POST", + "Command": "New-MgDirectoryAttributeSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + "Method": "POST", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAllowedValue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAllowedValue" + "Method": "POST", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Method": "POST", + "Command": "New-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "POST", + "Command": "New-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DirectoryObjects", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "New-MgDirectoryObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Method": "POST", + "Command": "New-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", "Uri": "/directoryRoles", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "POST", + "Command": "New-MgDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryRoleMemberByRef", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgDirectoryRoleMemberByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "POST", + "Command": "New-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "Method": "POST", + "Command": "New-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "POST", + "Command": "New-MgDirectorySubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", "Uri": "/domains", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Method": "POST", + "Command": "New-MgDomain", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Method": "POST", + "Command": "New-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "POST", + "Command": "New-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "POST", + "Command": "New-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDrive", - "ApiReferenceLink": null, "Uri": "/drives", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "POST", + "Command": "New-MgDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemChild", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -401609,22 +402297,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "ApiVersion": "v1.0", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", + "Method": "POST", + "Command": "New-MgDriveItemChild", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -401651,124 +402339,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgDriveItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemListItemLink", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgDriveItemListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemUploadSession", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", + "Method": "POST", + "Command": "New-MgDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Files.ReadWrite", @@ -401795,411 +402483,411 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgDriveItemUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListColumn", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/columns", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListItem", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListItemLink", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgDriveListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListOperation", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/operations", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveListSubscription", + "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/subscriptions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootChild", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/children", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/root/createLink", - "ApiVersion": "v1.0", + "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "Uri": "/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgDriveRootLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootListItemLink", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/createLink", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgDriveRootListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permissions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/subscriptions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/thumbnails", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootUploadSession", + "Uri": "/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/createUploadSession", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgDriveRootVersion", + "Uri": "/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/versions", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgDriveRootUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClass", + "Uri": "/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Uri": "/education/classes", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Method": "POST", + "Command": "New-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignment", + "Uri": "/education/classes", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402218,26 +402906,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClassAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402256,22 +402940,26 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402290,22 +402978,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402324,56 +403012,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "POST", + "Command": "New-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -402392,22 +403080,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationOutcome" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402426,39 +403114,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassMemberByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -402477,22 +403165,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClassMemberByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -402511,22 +403199,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "New-MgEducationClassModule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -402545,171 +403233,173 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgEducationClassModuleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationClassTeacherByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEducationClassTeacherByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "New-MgEducationMeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "POST", + "Command": "New-MgEducationMeAssignmentCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "POST", + "Command": "New-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationMeRubric", - "ApiReferenceLink": null, - "Uri": "/education/me/rubrics", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402728,458 +403418,468 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" + "CommandAlias": null, + "Uri": "/education/me/rubrics", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgEducationMeRubric", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Method": "POST", + "Command": "New-MgEducationSchool", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationSchoolClassByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEducationSchoolClassByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationSchoolUserByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEducationSchoolUserByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Method": "POST", + "Command": "New-MgEducationUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "New-MgEducationUserAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "POST", + "Command": "New-MgEducationUserAssignmentCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "POST", + "Command": "New-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "POST", + "Command": "New-MgEducationUserRubric", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageQuestion" + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -403194,17 +403894,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -403215,34 +403915,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -403257,17 +403957,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -403278,247 +403978,247 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResource", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/entitlementManagement/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "POST", + "Command": "New-MgEntitlementManagementResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -403533,17 +404233,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -403554,34 +404254,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -403596,17 +404296,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -403617,292 +404317,282 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgExternalConnection", - "ApiReferenceLink": null, - "Uri": "/external/connections", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -403921,22 +404611,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgExternalConnectionGroup", + "Uri": "/external/connections", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Search", + "Method": "POST", + "Command": "New-MgExternalConnection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -403955,22 +404643,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", + "Method": "POST", + "Command": "New-MgExternalConnectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -403989,71 +404677,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "Method": "POST", + "Command": "New-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Method": "POST", + "Command": "New-MgExternalConnectionItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Method": "POST", + "Command": "New-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0", - "Uri": "/groups", - "ApiVersion": "v1.0", + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "New-MgExternalConnectionOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.Create", @@ -404080,90 +404770,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupAcceptedSenderByRef", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "ApiVersion": "v1.0", + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "POST", + "Command": "New-MgGroupAcceptedSenderByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupCalendarEvent", + "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "POST", + "Command": "New-MgGroupCalendarEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupConversation", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "New-MgGroupCalendarPermission", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -404182,22 +404870,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "New-MgGroupConversation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -404216,814 +404904,826 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" + "CommandAlias": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgGroupConversationThread", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "POST", + "Command": "New-MgGroupDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgGroupDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgGroupDriveItemChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupDriveItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemListItemLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupDriveItemListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgGroupDriveItemUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgGroupDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgGroupDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgGroupDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListItemLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupDriveListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgGroupDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgGroupDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupDriveRootLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootListItemLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupDriveRootListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgGroupDriveRootUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgGroupEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgGroupEventAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Create", "Create1", @@ -405032,41 +405732,29 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + "Method": "POST", + "Command": "New-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupMemberByRef", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOnenoteNotebook", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -405093,22 +405781,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOnenoteNotebookSection", + "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -405135,22 +405823,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgGroupOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -405177,22 +405865,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -405219,56 +405907,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + ], + "Method": "POST", + "Command": "New-MgGroupOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgGroupOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOnenoteSectionGroupSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -405295,22 +405983,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOnenoteSectionPage", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -405337,22 +406025,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupOwnerByRef", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/$ref", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "New-MgGroupOnenoteSectionPage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -405371,49 +406059,61 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgGroupOwnerByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "New-MgGroupPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupRejectedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupRejectedSenderByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroupSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "Create1", @@ -405422,134 +406122,134 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupSetting" + "Method": "POST", + "Command": "New-MgGroupSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupSettingTemplate" + "Method": "POST", + "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "POST", + "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgGroupSiteColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgGroupSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -405560,17 +406260,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -405581,17 +406281,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -405602,17 +406302,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -405623,17 +406323,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -405644,17 +406344,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -405665,17 +406365,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -405686,595 +406386,595 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "POST", + "Command": "New-MgGroupSiteList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgGroupSiteListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgGroupSiteListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgGroupSiteListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListItemLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupSiteListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgGroupSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgGroupSiteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "POST", + "Command": "New-MgGroupSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgGroupSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "POST", + "Command": "New-MgGroupSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406285,17 +406985,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406306,17 +407006,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406335,17 +407035,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406364,17 +407064,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406385,17 +407085,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406406,17 +407106,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406427,17 +407127,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406448,17 +407148,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406469,17 +407169,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406490,17 +407190,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406519,17 +407219,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406548,17 +407248,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406569,17 +407269,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406598,17 +407298,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406627,17 +407327,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406648,17 +407348,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406669,17 +407369,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406690,17 +407390,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406711,17 +407411,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406732,17 +407432,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406753,17 +407453,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406774,17 +407474,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406795,17 +407495,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406816,17 +407516,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -406837,534 +407537,522 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { - "CommandAlias": null, "Method": "POST", - "Command": "New-MgGroupTeamChannel", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Command": "New-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamChannelMember", + "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgGroupTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamChannelMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamChannelMessageReply", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamChannelTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamInstalledApp", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/installedApps", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "POST", + "Command": "New-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamMember", + "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamOperation", + "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/operations", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "POST", + "Command": "New-MgGroupTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamPermissionGrant", + "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/permissionGrants", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "New-MgGroupTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamPrimaryChannelMember", + "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamPrimaryChannelMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamPrimaryChannelMessageReply", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamPrimaryChannelTab", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleOfferShiftRequest", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleOpenShift", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleShift", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/shifts", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleTimeOff", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamScheduleTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamTag", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/tags", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTag", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupTeamTagMember", + "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "POST", + "Command": "New-MgGroupTeamTag", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupThread", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", + "Method": "POST", + "Command": "New-MgGroupTeamTagMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -407383,267 +408071,269 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgGroupThread", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupThreadPostAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgGroupThreadPostAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "POST", + "Command": "New-MgIdentityApiConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + "Method": "POST", + "Command": "New-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "ApiVersion": "v1.0", - "Variants": [ - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -407662,20 +408352,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/namedLocations", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Create", - "CreateExpanded" + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -407694,20 +408384,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNamedLocation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/namedLocations", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/policies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -407734,442 +408424,442 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "CommandAlias": null, + "Uri": "/identity/conditionalAccess/policies", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + "Method": "POST", + "Command": "New-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "POST", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -408188,50 +408878,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -408250,30 +408940,40 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + "CommandAlias": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -408282,152 +408982,142 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "POST", + "Command": "New-MgIdentityProvider", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Method": "POST", + "Command": "New-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "POST", + "Command": "New-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "POST", + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgInvitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", - "Uri": "/invitations", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInvitation", "Permissions": [ { "Name": "User.Invite.All", @@ -408454,20 +409144,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInvitation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", - "Uri": "/oauth2PermissionGrants", - "ApiVersion": "v1.0", + "Uri": "/invitations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgInvitation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -408486,37 +409176,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgOrganization", - "ApiReferenceLink": null, - "Uri": "/organization", - "ApiVersion": "v1.0", + "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrganization" + "Method": "POST", + "Command": "New-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgOrganizationBrandingLocalization", + "Uri": "/organization", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "POST", + "Command": "New-MgOrganization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -408535,71 +409223,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + "Method": "POST", + "Command": "New-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgOrganizationExtension", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/extensions", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPlaceAsRoomListRoom", + "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, - "Uri": "/places/{place-id}/roomList/rooms", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "POST", + "Command": "New-MgOrganizationExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPlannerBucket", + "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, - "Uri": "/planner/buckets", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Planner", + "Method": "POST", + "Command": "New-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -408626,20 +409316,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPlannerPlan", + "Uri": "/planner/buckets", "ApiReferenceLink": null, - "Uri": "/planner/plans", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Planner", + "Method": "POST", + "Command": "New-MgPlannerBucket", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -408666,20 +409356,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPlannerTask", + "Uri": "/planner/plans", "ApiReferenceLink": null, - "Uri": "/planner/tasks", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Planner", + "Method": "POST", + "Command": "New-MgPlannerPlan", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -408706,20 +409396,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/planner/tasks", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgPlannerTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -408738,20 +409428,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyAppManagementPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -408770,35 +409460,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Method": "POST", + "Command": "New-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -408817,37 +409507,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "POST", + "Command": "New-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyClaimMappingPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -408866,84 +409556,84 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + "Method": "POST", + "Command": "New-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyFeatureRolloutPolicy", + "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": null, - "Uri": "/policies/featureRolloutPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "POST", + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", + "Uri": "/policies/featureRolloutPolicies", "ApiReferenceLink": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -408962,133 +409652,133 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "CommandAlias": null, + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], + "CommandAlias": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -409107,20 +409797,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -409139,50 +409829,50 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintConnector", + "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": null, - "Uri": "/print/connectors", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Method": "POST", + "Command": "New-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintOperation", + "Uri": "/print/connectors", "ApiReferenceLink": null, - "Uri": "/print/operations", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Method": "POST", + "Command": "New-MgPrintConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", - "Uri": "/print/printers/create", - "ApiVersion": "v1.0", + "Uri": "/print/operations", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ - "Create1", - "CreateExpanded1" + "Create", + "CreateExpanded" ], - "Module": "Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgPrintOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Printer.Create", @@ -409209,22 +409899,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintPrinterJob", - "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs", - "ApiVersion": "v1.0", + "Uri": "/print/printers/create", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "Create1", + "CreateExpanded1" ], - "Module": "Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgPrintPrinter", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.Create", @@ -409267,39 +409955,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintPrinterJobDocument", + "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "POST", + "Command": "New-MgPrintPrinterJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintPrinterJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "ApiVersion": "v1.0", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -409326,39 +410014,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintPrinterJobTask", - "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "v1.0", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "POST", + "Command": "New-MgPrintPrinterJobDocumentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgPrintPrinterJobTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -409377,103 +410065,103 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintService", + "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": null, - "Uri": "/print/services", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintService" - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintServiceEndpoint", - "ApiReferenceLink": null, - "Uri": "/print/services/{printService-id}/endpoints", - "ApiVersion": "v1.0", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + "Method": "POST", + "Command": "New-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintService", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintShare", + "Uri": "/print/services", "ApiReferenceLink": null, - "Uri": "/print/shares", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Method": "POST", + "Command": "New-MgPrintService", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintShareAllowedGroupByRef", + "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "CommandAlias": null, + "Uri": "/print/shares", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Command": "New-MgPrintShareAllowedUserByRef", + "Command": "New-MgPrintShare", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -409508,39 +410196,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintShareJobDocument", + "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "POST", + "Command": "New-MgPrintShareJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "ApiVersion": "v1.0", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", + "Method": "POST", + "Command": "New-MgPrintShareJobDocument", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -409567,302 +410255,304 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgPrintShareJobDocumentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "POST", + "Command": "New-MgPrintShareJobTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "POST", + "Command": "New-MgPrintTaskDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "POST", + "Command": "New-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Method": "POST", + "Command": "New-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "POST", + "Command": "New-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + "Method": "POST", + "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Method": "POST", + "Command": "New-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "POST", + "Command": "New-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Method": "POST", + "Command": "New-MgRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + "Method": "POST", + "Command": "New-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Method": "POST", + "Command": "New-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Method": "POST", + "Command": "New-MgRiskyUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + "Method": "POST", + "Command": "New-MgRiskyUserHistory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -409897,20 +410587,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -409929,67 +410619,67 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -410008,52 +410698,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -410072,142 +410762,142 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "CommandAlias": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", - "Uri": "/schemaExtensions", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -410226,20 +410916,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchemaExtension" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSearchAcronym", - "ApiReferenceLink": null, - "Uri": "/search/acronyms", - "ApiVersion": "v1.0", + "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "Module": "SchemaExtensions", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Search", + "Method": "POST", + "Command": "New-MgSchemaExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -410258,20 +410948,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchAcronym" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSearchBookmark", + "Uri": "/search/acronyms", "ApiReferenceLink": null, - "Uri": "/search/bookmarks", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Search", + "Method": "POST", + "Command": "New-MgSearchAcronym", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -410290,20 +410980,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchBookmark" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSearchQna", + "Uri": "/search/bookmarks", "ApiReferenceLink": null, - "Uri": "/search/qnas", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Search", + "Method": "POST", + "Command": "New-MgSearchBookmark", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -410322,238 +411012,238 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchQna" + "CommandAlias": null, + "Uri": "/search/qnas", + "ApiReferenceLink": null, + "Module": "Search", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSearchQna", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAlert", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Method": "POST", + "Command": "New-MgSecurityAlert", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Method": "POST", + "Command": "New-MgSecurityAlertV2", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulation" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410572,22 +411262,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410606,22 +411294,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410640,22 +411328,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410674,22 +411362,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410708,22 +411396,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityUserSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410742,39 +411430,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410793,22 +411481,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410827,22 +411515,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410861,39 +411549,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410912,602 +411600,604 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityIncident", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityIncident", + "Permissions": [], + "CommandAlias": null, "Uri": "/security/incidents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIncident" + "Method": "POST", + "Command": "New-MgSecurityIncident", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "POST", + "Command": "New-MgSecurityLabelAuthority", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "POST", + "Command": "New-MgSecurityLabelCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Method": "POST", + "Command": "New-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "POST", + "Command": "New-MgSecurityLabelCitation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "POST", + "Command": "New-MgSecurityLabelDepartment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "POST", + "Command": "New-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + "Method": "POST", + "Command": "New-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Method": "POST", + "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecureScore", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScore" + "Method": "POST", + "Command": "New-MgSecuritySecureScore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + "Method": "POST", + "Command": "New-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Method": "POST", + "Command": "New-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "POST", + "Command": "New-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + "Method": "POST", + "Command": "New-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Method": "POST", + "Command": "New-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Method": "POST", + "Command": "New-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "POST", + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "POST", + "Command": "New-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Method": "POST", + "Command": "New-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "POST", + "Command": "New-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", - "Uri": "/servicePrincipals", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -411534,22 +412224,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgServicePrincipal", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -411576,22 +412264,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -411618,22 +412306,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -411676,56 +412364,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Method": "POST", + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "POST", + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -411768,22 +412456,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -411818,54 +412506,87 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Method": "POST", + "Command": "New-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalRiskDetection", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", "ApiReferenceLink": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Method": "POST", + "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalSynchronizationJob", + "Uri": "/identityProtection/servicePrincipalRiskDetections", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -411884,22 +412605,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationJob" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ - "Provision", - "ProvisionExpanded", - "ProvisionViaIdentity", - "ProvisionViaIdentityExpanded" + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -411918,151 +412639,163 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Provision", + "ProvisionExpanded", + "ProvisionViaIdentity", + "ProvisionViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgShareListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgShareListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "Create1", @@ -412073,17 +412806,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "Create1", @@ -412094,107 +412827,95 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgShareListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgShareListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgShareListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Method": "POST", + "Command": "New-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "POST", + "Command": "New-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteColumn", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412213,22 +412934,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteContentType", + "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "New-MgSiteColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412247,22 +412968,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "New-MgSiteContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412281,53 +413002,44 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteGetByPathColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteGetByPathContentType", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412338,17 +413050,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgSiteGetByPathColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteGetByPathList", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412359,17 +413071,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "POST", + "Command": "New-MgSiteGetByPathContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteGetByPathOperation", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412380,17 +413092,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgSiteGetByPathList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteGetByPathPage", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412401,17 +413113,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "POST", + "Command": "New-MgSiteGetByPathOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteGetByPathPermission", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412422,17 +413134,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgSiteGetByPathPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteGetByPathTermStore", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412443,24 +413155,33 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "POST", + "Command": "New-MgSiteGetByPathPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteList", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Module": "Sites", + "Method": "POST", + "Command": "New-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412479,22 +413200,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphList" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "New-MgSiteList", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412513,39 +413234,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgSiteListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "New-MgSiteListContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412564,56 +413285,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "New-MgSiteListItem", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -412648,22 +413369,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListItemLink", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "POST", + "Command": "New-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -412690,73 +413411,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgSiteListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgSiteListSubscription", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -412783,22 +413504,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOnenoteNotebookSection", + "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -412825,22 +413546,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -412867,22 +413588,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -412909,56 +413630,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -412985,22 +413706,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOnenoteSectionPage", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -413027,168 +413748,180 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" + "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Module": "Notes", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgSiteOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgSiteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "POST", + "Command": "New-MgSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "POST", + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "POST", + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStores", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "POST", + "Command": "New-MgSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413199,17 +413932,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413220,17 +413953,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413249,17 +413982,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413278,17 +414011,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413299,17 +414032,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413320,17 +414053,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413341,17 +414074,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413362,17 +414095,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413383,17 +414116,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413404,17 +414137,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413433,17 +414166,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413462,17 +414195,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413483,17 +414216,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413512,17 +414245,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413541,17 +414274,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413562,17 +414295,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413583,17 +414316,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413604,17 +414337,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413625,17 +414358,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413646,17 +414379,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413667,17 +414400,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413688,17 +414421,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413709,17 +414442,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413730,17 +414463,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -413751,52 +414484,42 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscribedSku", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribedSku" + "Method": "POST", + "Command": "New-MgSubscribedSku", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", "Uri": "/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", + "Module": "ChangeNotifications", "Variants": [ "Create", "CreateExpanded" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgSubscription", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", - "Uri": "/teams", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.Create", @@ -413831,22 +414554,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels", - "ApiVersion": "v1.0", + "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.Create.Group", @@ -413889,54 +414610,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" + "CommandAlias": null, + "Uri": "/teams/{team-id}/channels", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgTeamChannelEmail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannelMessage", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -413963,39 +414684,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -414022,56 +414743,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -414146,22 +414867,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamChannelTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -414252,207 +414973,207 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamMember", + "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgTeamInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamOperation", + "Uri": "/teams/{team-id}/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/operations", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "POST", + "Command": "New-MgTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamPermissionGrant", + "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/permissionGrants", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" - }, - { - "CommandAlias": null, "Method": "POST", - "Command": "New-MgTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "ApiVersion": "v1.0", - "Variants": [ - "Provision", - "ProvisionViaIdentity" - ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Command": "New-MgTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/members", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgTeamPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Module": "Teams", + "Variants": [ + "Provision", + "ProvisionViaIdentity" + ], "Method": "POST", - "Command": "New-MgTeamPrimaryChannelMessage", + "Command": "New-MgTeamPrimaryChannelEmail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], + "CommandAlias": null, + "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamPrimaryChannelMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamPrimaryChannelMessageReply", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamPrimaryChannelSharedWithTeam", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamPrimaryChannelTab", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414471,22 +415192,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414513,22 +415234,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShift" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414547,22 +415268,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414581,22 +415302,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedulingGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414615,22 +415336,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShift" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414649,22 +415370,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414683,22 +415404,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOff" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414717,39 +415438,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTimeOffReason" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "POST", + "Command": "New-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamTag", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -414768,346 +415489,348 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTeamworkTag" + "CommandAlias": null, + "Uri": "/teams/{team-id}/tags", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgTeamTag", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "POST", + "Command": "New-MgTeamTagMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgTeamworkDeletedChat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + "Method": "POST", + "Command": "New-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Method": "POST", + "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0", - "Uri": "/users", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Module": "Users", + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -415158,73 +415881,71 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserActivity", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities", - "ApiVersion": "v1.0", + "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0", + "Module": "Users", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "POST", + "Command": "New-MgUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Method": "POST", + "Command": "New-MgUserActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments", - "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "POST", + "Command": "New-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -415243,56 +415964,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "POST", + "Command": "New-MgUserAuthenticationMethod", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "POST", + "Command": "New-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -415311,100 +416032,112 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + "Method": "POST", + "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "POST", + "Command": "New-MgUserCalendar", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgUserCalendarEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendarGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarGroup" + "Method": "POST", + "Command": "New-MgUserCalendarGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Method": "POST", + "Command": "New-MgUserCalendarGroupCalendar", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "Create1", @@ -415415,993 +416148,981 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "POST", + "Command": "New-MgUserCalendarPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChat" + "Method": "POST", + "Command": "New-MgUserChat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Method": "POST", + "Command": "New-MgUserChatInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "POST", + "Command": "New-MgUserChatMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgUserChatMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "POST", + "Command": "New-MgUserChatMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "POST", + "Command": "New-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "POST", + "Command": "New-MgUserChatPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "POST", + "Command": "New-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "POST", + "Command": "New-MgUserChatTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "POST", + "Command": "New-MgUserContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "POST", + "Command": "New-MgUserContactFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "POST", + "Command": "New-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "POST", + "Command": "New-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "POST", + "Command": "New-MgUserContactFolderContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDefaultCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/events", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgUserDefaultCalendarEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "POST", + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "POST", + "Command": "New-MgUserDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgUserDriveBundle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgUserDriveItemChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgUserDriveItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemListItemLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgUserDriveItemListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgUserDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgUserDriveItemUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgUserDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgUserDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "POST", + "Command": "New-MgUserDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "POST", + "Command": "New-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "POST", + "Command": "New-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "POST", + "Command": "New-MgUserDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListItemLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgUserDriveListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "POST", + "Command": "New-MgUserDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgUserDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "POST", + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "New-MgUserDriveRootChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgUserDriveRootLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "POST", + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootListItemLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgUserDriveRootListItemLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "POST", + "Command": "New-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "New-MgUserDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "POST", + "Command": "New-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "POST", + "Command": "New-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgUserDriveRootUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "POST", + "Command": "New-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "POST", + "Command": "New-MgUserEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgUserEventAttachment", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserEventAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -416420,579 +417141,579 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" + "CommandAlias": null, + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgUserEventAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserEventInstanceAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgUserEventInstanceAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Method": "POST", + "Command": "New-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "New-MgUserMailFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolderMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageForward", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolderMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Method": "POST", + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMailFolderMessageForward", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMailFolderMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMailFolderMessageReplyAll", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "POST", + "Command": "New-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "POST", + "Command": "New-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "POST", + "Command": "New-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "POST", + "Command": "New-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "POST", + "Command": "New-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "POST", + "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Method": "POST", + "Command": "New-MgUserMessageAttachment", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -417011,90 +417732,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUploadSession" + "CommandAlias": null, + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgUserMessageAttachmentUploadSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMessageForward", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "POST", + "Command": "New-MgUserMessageReplyAll", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnenoteNotebook", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks", - "ApiVersion": "v1.0", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -417121,22 +417842,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNotebook" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnenoteNotebookSection", + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -417163,22 +417884,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgUserOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -417205,22 +417926,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -417247,56 +417968,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "POST", + "Command": "New-MgUserOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "POST", + "Command": "New-MgUserOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -417323,22 +418044,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnenoteSectionPage", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", + "Method": "POST", + "Command": "New-MgUserOnenoteSectionGroupSection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -417365,22 +418086,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnenotePage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", + "Method": "POST", + "Command": "New-MgUserOnenoteSectionPage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -417399,175 +418120,175 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnlineMeetingRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "POST", + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "POST", + "Command": "New-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserOutlookMasterCategory", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/masterCategories", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Method": "POST", + "Command": "New-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "POST", + "Command": "New-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserSettingWindows", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Method": "POST", + "Command": "New-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsSetting", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserSettingWindowsInstance", + "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Method": "POST", + "Command": "New-MgUserSettingWindows", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Method": "POST", + "Command": "New-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "New-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -417666,22 +418387,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTodoList", + "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", + "Method": "POST", + "Command": "New-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417700,39 +418421,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTodoTaskList" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserTodoList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", + "Method": "POST", + "Command": "New-MgUserTodoListExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417751,22 +418472,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTodoTask" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTodoListTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", + "Method": "POST", + "Command": "New-MgUserTodoListTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417785,22 +418506,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphAttachmentBase" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTodoListTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "New-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417819,22 +418540,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphUploadSession" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTodoListTaskChecklistItem", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", + "Method": "POST", + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417853,39 +418574,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphChecklistItem" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "New-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", + "Method": "POST", + "Command": "New-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417904,216 +418625,218 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphLinkedResource" + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEvent", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Method": "POST", + "Command": "New-MgVirtualEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "POST", + "Command": "New-MgVirtualEventSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "POST", + "Command": "New-MgVirtualEventWebinar", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "POST", + "Command": "New-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "POST", + "Command": "New-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "POST", + "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "POST", + "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Ping-MgBetaApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/Ping", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Ping", "PingViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Ping-MgBetaApplicationSynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Ping-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Ping", "PingViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Ping-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", + "Module": "Beta.Bookings", "Variants": [ "Publish", "Publish1", "PublishViaIdentity", "PublishViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaBookingBusiness", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", - "ApiVersion": "beta", - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418132,20 +418855,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "POST", + "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418164,35 +418887,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ - "Publish", - "PublishViaIdentity" + "Release", + "ReleaseViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "ApiVersion": "beta", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Publish-MgBetaDriveListContentType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -418211,20 +418934,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Publish-MgBetaEducationClassAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -418243,95 +418966,95 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], + "Method": "POST", + "Command": "Publish-MgBetaEducationClassModule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Publish-MgBetaEducationMeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Publish-MgBetaEducationUserAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaGroupDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaGroupSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaGroupSiteListContentType", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "ApiVersion": "beta", - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418350,20 +419073,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418382,125 +419105,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", + "Module": "Beta.Security", + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], + "Method": "POST", + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaShareListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaSiteListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaUserDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBetaVirtualEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", + "Module": "Bookings", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgBookingBusiness", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgDriveListContentType", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "ApiVersion": "v1.0", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -418519,20 +419242,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Education", + "Method": "POST", + "Command": "Publish-MgEducationClassAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -418551,95 +419274,95 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], + "Method": "POST", + "Command": "Publish-MgEducationClassModule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Publish-MgEducationMeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Publish-MgEducationUserAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgGroupDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgGroupSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgGroupSiteListContentType", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "ApiVersion": "v1.0", - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418658,20 +419381,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Security", + "Method": "POST", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418690,318 +419413,318 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0", + "Module": "Security", + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], + "Method": "POST", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgSiteListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Publish-MgUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Publish-MgUserDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Register-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Register-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAdminEdge", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerMode", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAdminSharepoint", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAdminSharepointSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAgreementFileVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgUserDeviceFromManagement", - "Method": "POST", - "Command": "Remove-MgAllUserDeviceFromManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgAllUserDeviceFromManagement", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamApp", - "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -419028,20 +419751,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -419068,35 +419791,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "Uri": "/applications/{application-id}", - "ApiVersion": "v1.0", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419115,65 +419838,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplication", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "Uri": "/applications(appId='{appId}')", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationByUniqueName", + "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "Uri": "/applications(uniqueName='{uniqueName}')", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationByAppId", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationExtensionProperty", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "ApiVersion": "v1.0", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgApplicationByUniqueName", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419200,20 +419923,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419232,37 +419955,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/removeKey", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" + "Delete", + "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419289,20 +420010,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgApplicationOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/applications/{application-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Remove-MgApplicationKey", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419329,22 +420052,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", - "Uri": "/applications/{application-id}/removePassword", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" + "Delete", + "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419371,110 +420092,112 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronization", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization", - "ApiVersion": "v1.0", + "Uri": "/applications/{application-id}/removePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgApplicationPassword", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobSchema", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419493,35 +420216,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -419564,20 +420287,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", + "CommandAlias": null, + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -419620,20 +420343,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "DELETE", + "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -419652,110 +420375,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReviewDecision", - "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "Uri": "/accessReviews/{accessReview-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReviewInstance", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReviewInstanceDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReviewInstanceReviewer", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReviewMyDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -419774,372 +420497,372 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewReviewer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdge", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminPeople", - "ApiReferenceLink": null, "Uri": "/admin/people", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeople", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminPeopleItemInsight", - "ApiReferenceLink": null, "Uri": "/admin/people/itemInsights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeopleItemInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminPeoplePronoun", - "ApiReferenceLink": null, "Uri": "/admin/people/pronouns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminReportSetting", - "ApiReferenceLink": null, "Uri": "/admin/reportSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminReportSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminSharepoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAdminSharepointSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAgreement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFileVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", - "Method": "POST", - "Command": "Remove-MgBetaAllUserDeviceFromManagement", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaAllUserDeviceFromManagement", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -420166,20 +420889,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -420206,110 +420929,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "ApiReferenceLink": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "Uri": "/applications/{application-id}", - "ApiVersion": "beta", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420328,80 +421051,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "Uri": "/applications(appId='{appId}')", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationByUniqueName", + "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "Uri": "/applications(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationByAppId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationConnectorGroupByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "ApiVersion": "beta", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationByUniqueName", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationExtensionProperty", + "Uri": "/applications/{application-id}/connectorGroup/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationConnectorGroupByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420428,20 +421151,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420460,37 +421183,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", - "Uri": "/applications/{application-id}/removeKey", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420517,20 +421238,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/applications/{application-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Remove-MgBetaApplicationKey", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420557,22 +421280,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", - "Uri": "/applications/{application-id}/removePassword", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420599,110 +421320,112 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronization", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/removePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaApplicationPassword", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420721,35 +421444,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -420792,20 +421515,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", + "CommandAlias": null, + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -420848,22 +421571,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusiness", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Manage.All", @@ -420882,22 +421603,22 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusiness", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -420932,39 +421653,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessCalendarView", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessCustomer", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -420999,22 +421720,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -421041,22 +421762,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessService", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -421075,22 +421796,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessStaffMember", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessService", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -421109,52 +421830,54 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBookingCurrency", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessFlowTemplate", + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBookingCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenario", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -421173,65 +421896,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioByUniqueName", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenario", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlanner", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioByUniqueName", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlanner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -421250,142 +421973,142 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskDetail", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", "Uri": "/chats/{chat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaChat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaChatAccessForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/removeAllAccessForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaChatAccessForUser", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChatInstalledApp", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -421444,35 +422167,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChatLastMessagePreview", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaChatInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChatMember", + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaChatLastMessagePreview", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -421499,65 +422222,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaChatMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChatOperation", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChatPermissionGrant", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaChatOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChatPinnedMessage", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaChatPermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -421576,20 +422299,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaChatTab", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaChatPinnedMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -421640,20 +422363,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCall", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgBetaChatTab", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -421672,20 +422395,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCall", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -421704,50 +422427,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallOperation", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -421766,233 +422489,233 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationPresence", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscovery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscovery", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422011,30 +422734,40 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Remove", "Remove1", @@ -422043,22 +422776,12 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422077,35 +422800,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422124,20 +422847,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422156,75 +422879,85 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Remove", "Remove1", @@ -422233,52 +422966,42 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Compliance", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422297,35 +423020,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422344,35 +423067,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422391,65 +423114,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaContact", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaContract", + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "Uri": "/contracts/{contract-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDataPolicyOperation", + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaContract", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", - "Uri": "/devices/{device-id}", - "ApiVersion": "beta", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDataPolicyOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -422468,35 +423191,35 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422515,20 +423238,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422547,35 +423270,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422594,20 +423317,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422626,140 +423349,140 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422778,20 +423501,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422810,110 +423533,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422932,155 +423655,155 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -423099,20 +423822,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -423131,20 +423854,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -423163,1474 +423886,1474 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424649,20 +425372,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424681,35 +425404,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -424728,20 +425451,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTask", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -424760,20 +425483,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementVppToken", + "CommandAlias": null, + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -424792,80 +425515,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -424884,20 +425607,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424916,20 +425639,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424948,20 +425671,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424980,20 +425703,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -425012,20 +425735,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425044,20 +425767,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425076,20 +425799,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425108,20 +425831,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425140,346 +425863,346 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", "Uri": "/devices(deviceId='{deviceId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceByDeviceId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/{command-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425498,80 +426221,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Remove", - "RemoveViaIdentity" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -425590,142 +426313,142 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425744,20 +426467,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -425776,229 +426499,229 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -426017,80 +426740,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDerivedCredential", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -426109,20 +426832,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426141,407 +426864,407 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -426560,20 +427283,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -426592,20 +427315,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -426622,22 +427345,30 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -426656,20 +427387,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -426688,35 +427419,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426735,20 +427466,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426767,20 +427498,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426799,20 +427530,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426831,20 +427562,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426863,95 +427594,95 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -426970,684 +427701,684 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -427666,110 +428397,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Remove", - "RemoveViaIdentity" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -427788,247 +428519,247 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -428047,20 +428778,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -428079,109 +428810,109 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMonitoring", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", + "Uri": "/deviceManagement/monitoring", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMonitoring", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementNdeConnector", + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -428200,20 +428931,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428232,20 +428963,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -428264,64 +428995,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementReport", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -428340,35 +429071,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementReusableSetting", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -428387,20 +429118,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -428419,20 +429150,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -428451,20 +429182,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428483,50 +429214,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScript", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScript", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428545,20 +429276,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428577,20 +429308,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428609,20 +429340,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428641,20 +429372,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428673,275 +429404,275 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplate", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428960,35 +429691,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429007,20 +429738,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429039,20 +429770,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429071,20 +429802,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429103,20 +429834,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429135,20 +429866,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429167,20 +429898,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429199,20 +429930,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429231,20 +429962,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429263,20 +429994,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429295,49 +430026,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429356,20 +430087,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429388,34 +430119,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429434,20 +430165,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429466,20 +430197,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429498,20 +430229,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429530,20 +430261,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429562,64 +430293,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429638,20 +430369,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429670,21 +430401,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429703,20 +430433,21 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429735,20 +430466,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429767,20 +430498,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429799,20 +430530,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429831,35 +430562,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429878,20 +430609,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429910,20 +430641,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429942,20 +430673,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429974,20 +430705,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430006,34 +430737,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430052,20 +430783,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430084,20 +430815,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430116,34 +430847,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430162,20 +430893,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430194,20 +430925,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430226,436 +430957,436 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -430674,20 +431405,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -430706,184 +431437,184 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceUsageRights", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryAdministrativeUnit", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceUsageRights", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryAttributeSet", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryCertificateAuthority", + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "Uri": "/directory/certificateAuthorities", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthority", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -430902,20 +431633,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -430934,140 +431665,140 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryDeletedItem", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, - "Uri": "/directory/deletedItems/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", + "Uri": "/directory/deletedItems/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryDeletedItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryExternalUserProfile", + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", + "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", "ApiReferenceLink": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryFederationConfiguration", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -431086,50 +431817,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryImpactedResource", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Uri": "/directory/impactedResources/{impactedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", + "Uri": "/directory/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", - "ApiVersion": "beta", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Remove", - "RemoveViaIdentity" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -431148,80 +431879,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", "Uri": "/directoryObjects/{directoryObject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryObject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", - "ApiVersion": "beta", - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -431240,140 +431971,140 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": null, - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "ApiVersion": "beta", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryRecommendation", + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/{recommendation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", + "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRecommendation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryRole", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRole", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryRoleScopedMember", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryRoleTemplate", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", - "Uri": "/settings/{directorySetting-id}", - "ApiVersion": "beta", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -431392,185 +432123,185 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null, - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "ApiVersion": "beta", + "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectorySharedEmailDomain", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "ApiReferenceLink": null, - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectorySubscription", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "ApiReferenceLink": null, - "Uri": "/directory/subscriptions/{companySubscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", + "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", - "Uri": "/domains/{domain-id}", - "ApiVersion": "beta", + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "ApiVersion": "beta", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDomain", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDrive", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItem", + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", + "Method": "DELETE", + "Command": "Remove-MgBetaDrive", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -431597,155 +432328,155 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemListItemField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemListItemVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDriveItemPermanent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", + "Method": "POST", + "Command": "Remove-MgBetaDriveItemPermanent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -431772,515 +432503,515 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveList", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListColumn", + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListContentType", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListItem", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListItemField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListItemVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListOperation", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveListSubscription", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRoot", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootAnalytic", + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItem", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemVersionField", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDriveRootPermanent", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permanentDelete", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootPermission", + "Uri": "/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaDriveRootPermanent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootRetentionLabel", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootVersion", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClass", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClass", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432299,20 +433030,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432331,20 +433062,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432363,35 +433094,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentDefault", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432410,20 +433141,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432442,20 +433173,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432474,20 +433205,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432506,50 +433237,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432568,50 +433299,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432630,20 +433361,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432662,65 +433393,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -432739,20 +433470,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassModule", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -432771,229 +433502,229 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassModuleResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMe", + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/me", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignment", + "Uri": "/education/me", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMe", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentRubric", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -433012,665 +433743,665 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationSchool", + "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeRubric", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchool", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationSynchronizationProfile", + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationSynchronizationProfileError", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "ApiReferenceLink": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUser", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUser", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentRubric", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentRubric", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEducationUserRubric", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackage", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserRubric", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementSubject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "ApiReferenceLink": null, - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalAuthorizationSystem", + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", "ApiReferenceLink": null, - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", "ApiReferenceLink": null, - "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnection", + "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", + "Method": "DELETE", + "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -433689,20 +434420,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnection", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -433721,20 +434452,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -433753,20 +434484,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -433785,1762 +434516,1762 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionQuota", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/quota", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionQuota", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", "Uri": "/groups/{group-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroup", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", "Uri": "/groups(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupByUniqueName", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Calendar", + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -435559,35 +436290,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupCalendarEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversation", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupCalendarPermission", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -435606,20 +436337,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -435638,785 +436369,785 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThread", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversationThreadPostMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDrive", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDrive", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaGroupDriveItemPermanent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaGroupDriveItemPermanent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveList", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaGroupDriveRootPermanent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaGroupDriveRootPermanent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEndpoint", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEvent", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -436435,234 +437166,234 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", "Uri": "/groups/{group-id}/removeFavorite", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaGroupFavorite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaGroupFromLifecyclePolicy", - "ApiReferenceLink": null, "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaGroupFromLifecyclePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaGroupMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -436689,35 +437420,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -436736,50 +437467,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenoteSection", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaGroupOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -436798,22 +437529,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" + "DeleteViaIdentity" ], - "Module": "Beta.Groups", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -436840,40 +437569,42 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupPermissionGrant", + "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", - "DeleteViaIdentity" + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupPhoto", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photo", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupPermissionGrant", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -436887,50 +437618,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupPlannerPlanDetail", + "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupPhoto", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupPlannerPlanDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSetting", + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -436949,1949 +437680,1949 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/remove", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Remove-MgBetaGroupSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteRecycleBin", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStore", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeam", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamChannel", + "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamChannelMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamChannelMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamChannelMessageReply", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamChannelTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamInstalledApp", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamMember", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamOperation", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPermissionGrant", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPrimaryChannel", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", + "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamSchedule", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleDayNote", + "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamSchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleShift", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamTag", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupTeamTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupThread", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamTagMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -438910,576 +439641,576 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThread", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityApiConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -439498,20 +440229,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -439530,1210 +440261,1210 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", - "ApiReferenceLink": null, "Uri": "/identity/continuousAccessEvaluationPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityProvider", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/userFlows/{identityUserFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityUserFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaInvitation", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -440752,262 +441483,262 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganization", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationBranding", + "Uri": "/organization/{organization-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaOrganization", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -441026,20 +441757,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBranding", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -441058,200 +441789,200 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationExtension", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationPartnerInformation", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/partnerInformation", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationSetting", + "Uri": "/organization/{organization-id}/partnerInformation", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationPartnerInformation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationSettingContactInsight", + "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/contactInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationSettingItemInsight", + "Uri": "/organization/{organization-id}/settings/contactInsights", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/itemInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingContactInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "Uri": "/organization/{organization-id}/settings/itemInsights", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingItemInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationSettingPersonInsight", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlace", + "Uri": "/organization/{organization-id}/settings/peopleInsights", "ApiReferenceLink": null, - "Uri": "/places/{place-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingPersonInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlaceAsRoomListRoom", + "Uri": "/places/{place-id}", "ApiReferenceLink": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPlace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlaceByPlaceId", + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", "ApiReferenceLink": null, - "Uri": "/places(placeId='{placeId}')", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerBucket", + "Uri": "/places(placeId='{placeId}')", "ApiReferenceLink": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", + "Method": "DELETE", + "Command": "Remove-MgBetaPlaceByPlaceId", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -441278,20 +442009,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerPlan", + "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerBucket", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -441318,20 +442049,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerRoster", + "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -441350,20 +442081,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerRoster", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -441382,20 +442113,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerTask", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerRosterMember", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -441422,79 +442153,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAccessReviewPolicy", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/policies/accessReviewPolicy", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/accessReviewPolicy", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAccessReviewPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -441513,34 +442244,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/adminConsentRequestPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAppManagementPolicy", + "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -441559,63 +442290,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationFlowsPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", + "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -441634,79 +442365,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAuthorizationPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "ApiReferenceLink": null, - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyClaimMappingPolicy", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -441725,206 +442456,206 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/defaultAppManagementPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/policies/directoryRoleAccessReviewPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", - "ApiReferenceLink": null, "Uri": "/policies/externalIdentitiesPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/federatedTokenValidationPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -441943,248 +442674,248 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -442203,20 +442934,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -442235,204 +442966,204 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintConnector", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": null, - "Uri": "/print/connectors/{printConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintOperation", + "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Uri": "/print/operations/{printOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinter", + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterJob", + "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterJobDocument", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterJobTask", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterShare", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", + "Uri": "/print/printerShares/{printerShare-id}", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShare", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterShareJob", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterShareJobDocument", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterShareJobTask", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterTaskTrigger", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -442451,754 +443182,764 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintService", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShare", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareAllowedUserByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJobDocument", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJobTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintTaskDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccess", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", "Uri": "/programs/{program-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaProgram", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", "Uri": "/programControls/{programControl-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -443207,359 +443948,349 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaProgramControl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaProgramControlProgram", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}/program", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaProgramControlProgram", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaProgramControlType", - "ApiReferenceLink": null, "Uri": "/programControlTypes/{programControlType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaProgramControlType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBilling", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingReconciliation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingUsage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/sla/azureADAuthentication", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportUserInsightDaily", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaReportUserInsightMonthly", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRiskyUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRiskyUserHistory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPc", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -443578,35 +444309,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -443649,94 +444380,94 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagement", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", + "Uri": "/roleManagement/deviceManagement", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -443755,35 +444486,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -443826,199 +444557,199 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectory", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -444037,439 +444768,439 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseApp", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagement", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -444488,379 +445219,379 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchange", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", + "Uri": "/roleManagement/exchange", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchange", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "ApiVersion": "beta", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.SchemaExtensions", + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -444879,20 +445610,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSearchAcronym", - "ApiReferenceLink": null, - "Uri": "/search/acronyms/{acronym-id}", - "ApiVersion": "beta", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", + "Method": "DELETE", + "Command": "Remove-MgBetaSchemaExtension", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -444911,20 +445642,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSearchBookmark", + "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", + "Method": "DELETE", + "Command": "Remove-MgBetaSearchAcronym", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -444943,20 +445674,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSearchQna", + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": null, - "Uri": "/search/qnas/{qna-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", + "Method": "DELETE", + "Command": "Remove-MgBetaSearchBookmark", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -444975,304 +445706,304 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSearchQna", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAction", - "ApiReferenceLink": null, "Uri": "/security/securityActions/{securityAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAlertV2", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAuditLog", - "ApiReferenceLink": null, "Uri": "/security/auditLog", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAuditLog", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCase", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445291,39 +446022,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Security", + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445342,65 +446069,69 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445419,69 +446150,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" + "Delete", + "DeleteViaIdentity" ], - "Module": "Beta.Security", + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445500,80 +446227,84 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445592,50 +446323,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445654,1045 +446385,1045 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCollaboration", - "ApiReferenceLink": null, "Uri": "/security/collaboration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCollaboration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityIdentity", - "ApiReferenceLink": null, "Uri": "/security/identities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIdentity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIncident", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityInformationProtection", - "ApiReferenceLink": null, "Uri": "/security/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/labelPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCitation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityRule", - "ApiReferenceLink": null, "Uri": "/security/rules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySecureScore", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligence", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators/{tiIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTiIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResultInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphResultInfo" + "Method": "POST", + "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResultInfo", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", "Uri": "/security/tiIndicators/deleteTiIndicators", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Delete1", "DeleteExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphResultInfo" + "Method": "POST", + "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTrigger", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "DELETE", - "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Command": "Remove-MgBetaSecurityTriggerType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityUserSecurityProfile", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": null, - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServiceAnnouncementIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "ApiVersion": "beta", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -446719,65 +447450,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", - "Uri": "/servicePrincipals(appId='{appId}')", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "ApiVersion": "beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalByAppId", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -446820,50 +447551,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -446906,35 +447637,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalLicenseDetail", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -446961,22 +447692,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" + "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -447003,80 +447732,140 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Delete", - "DeleteViaIdentity" + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalRiskDetection", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronization", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -447095,35 +447884,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -447150,362 +447939,362 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareList", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListColumn", + "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListContentTypeColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListContentTypeColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListItemDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListItemField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListItemVersionField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareListSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSharePermission", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/permission", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSharePermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteAnalytic", + "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteColumn", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", + "Method": "DELETE", + "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -447524,20 +448313,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteContentType", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", + "Method": "DELETE", + "Command": "Remove-MgBetaSiteColumn", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -447556,20 +448345,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", + "Method": "DELETE", + "Command": "Remove-MgBetaSiteContentType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -447588,101 +448377,101 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteGetByPathAnalytic", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteGetByPathOnenote", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteGetByPathAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteGetByPathTermStore", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteGetByPathOnenote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteList", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteGetByPathTermStore", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", + "Method": "DELETE", + "Command": "Remove-MgBetaSiteList", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -447701,20 +448490,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListColumn", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -447733,20 +448522,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListContentType", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -447765,65 +448554,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListItemActivity", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemActivity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -447858,125 +448647,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListItemField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListItemVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -447995,677 +448784,677 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSitePermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStore", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus/{subscribedSku-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSubscribedSku", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", "Uri": "/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeam", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": null, "Permissions": [ { "Name": "Channel.Delete.Group", @@ -448700,80 +449489,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaTeamChannelEmail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamChannelTab", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -448848,20 +449637,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamInstalledApp", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelTab", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -448928,200 +449717,200 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaTeamInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaTeamPrimaryChannelEmail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamSchedule", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamSchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Teams", + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449140,35 +449929,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449187,20 +449976,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449227,65 +450016,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleShift", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449304,20 +450093,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449336,20 +450125,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449368,20 +450157,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamTag", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -449400,20 +450189,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaTeamTag", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -449432,1024 +450221,1024 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaTeamTagMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDevice", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeviceActivity", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeviceHealth", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceHealth", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Command": "Remove-MgBetaTeamworkTeamAppSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "ApiReferenceLink": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTeamworkWorkforceIntegration", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "ApiReferenceLink": null, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenant", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTrustFrameworkKeySet", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": null, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaTrustFrameworkPolicy", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "ApiReferenceLink": null, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", - "Uri": "/users/{user-id}", - "ApiVersion": "beta", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", + "Method": "DELETE", + "Command": "Remove-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -450492,80 +451281,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserActivity", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "ApiVersion": "beta", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserActivity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserActivityStatistics", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAppRoleAssignment", + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserActivityStatistics", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -450584,20 +451373,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450616,20 +451405,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationFido2Method", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450648,35 +451437,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450695,20 +451484,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -450727,35 +451516,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450774,20 +451563,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450806,20 +451595,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450838,1993 +451627,1993 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserCalendarGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserCalendarPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaUserChatAccessForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaUserChatAccessForUser", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatLastMessagePreview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMember", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageReply", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatTab", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceByDeviceId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDrive", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaUserDriveItemPermanent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaUserDriveItemPermanent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaUserDriveRootPermanent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaUserDriveRootPermanent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", "Uri": "/users/{user-id}/followedSites/remove", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Remove-MgBetaUserFollowedSite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInsightShared", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightShared", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInsightTrending", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightTrending", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserInsightUsed", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightUsed", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserLicenseDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagerByRef", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/manager/$ref", - "ApiVersion": "beta", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Beta.Users", + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -452843,155 +453632,155 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMessage", + "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagerByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMessageAttachment", + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMessageExtension", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessageAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMessageMention", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMobileAppIntentAndState", + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessageMention", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserNotification", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/notifications/{notification-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnenoteNotebook", + "Uri": "/users/{user-id}/notifications/{notification-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnenotePage", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -453010,50 +453799,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeeting", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -453072,84 +453861,84 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeeting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingRecording", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingRegistration", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -453168,35 +453957,35 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -453223,187 +454012,185 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookMasterCategory", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTask", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTaskAttachment", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTaskFolder", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTaskGroup", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", - "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" + "DeleteViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -453430,20 +454217,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserPhoto", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photo", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Delete", - "DeleteViaIdentity" + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "POST", + "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453455,8 +454244,8 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -453470,35 +454259,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserPresence", + "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/presence", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserPhoto", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfile", + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserPresence", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453517,20 +454306,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileAccount", + "Uri": "/users/{user-id}/profile", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453549,20 +454338,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileAddress", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAccount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453581,20 +454370,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAddress", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453613,20 +454402,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileAward", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAnniversary", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453645,20 +454434,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileCertification", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAward", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453677,20 +454466,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileCertification", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453709,20 +454498,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileEmail", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453741,20 +454530,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileInterest", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileEmail", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453773,20 +454562,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileLanguage", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileInterest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453805,20 +454594,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileName", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453837,20 +454626,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileNote", + "Uri": "/users/{user-id}/profile/names/{personName-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileName", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -453893,20 +454682,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfilePatent", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileNote", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453925,20 +454714,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfilePhone", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePatent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453957,20 +454746,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfilePosition", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePhone", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -453989,20 +454778,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileProject", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePosition", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -454021,20 +454810,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfilePublication", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileProject", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -454053,20 +454842,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileSkill", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePublication", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -454085,20 +454874,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileSkill", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -454117,20 +454906,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileWebsite", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileWebAccount", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -454149,290 +454938,290 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileWebsite", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSecurity", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSecurityInformationProtection", + "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurity", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSetting", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingItemInsight", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", + "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingItemInsight", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingStorage", + "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingShiftPreference", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingStorageQuota", + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingStorage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingStorageQuotaService", + "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingStorageQuota", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingWindows", + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserSettingWindowsInstance", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingWindows", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTeamwork", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserTeamwork", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", + "Method": "DELETE", + "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -454531,20 +455320,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoList", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", + "Method": "DELETE", + "Command": "Remove-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -454571,35 +455360,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListExtension", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454618,20 +455407,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454650,35 +455439,35 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskAttachment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454697,35 +455486,35 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskExtension", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454744,518 +455533,528 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhall", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinar", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuDeployment", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "Method": "POST", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "Method": "POST", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicy", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudience", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", - "Method": "POST", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "Method": "POST", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity", @@ -455264,253 +456063,243 @@ "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", - "Method": "POST", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuProduct", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuProductEdition", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuProductKnownIssue", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuProductRevision", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuResourceConnection", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuUpdatableAsset", - "Method": "DELETE", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", - "Method": "POST", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", - "Method": "POST", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBookingBusiness", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBookingBusiness", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessAppointment", - "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Bookings", + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -455545,35 +456334,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -455608,20 +456397,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -455648,20 +456437,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -455680,20 +456469,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessService", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -455712,50 +456501,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBookingCurrency", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", - "Uri": "/chats/{chat-id}", - "ApiVersion": "v1.0", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgBookingCurrency", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgChatInstalledApp", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "v1.0", + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgChat", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -455814,35 +456603,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgChatLastMessagePreview", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgChatInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgChatMember", + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgChatLastMessagePreview", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -455869,50 +456658,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgChatMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgChatPermissionGrant", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgChatPermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -455931,20 +456720,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgChatTab", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -455995,20 +456784,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationCall", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgChatTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -456027,20 +456816,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgCommunicationCall", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -456059,50 +456848,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationCallOperation", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -456121,170 +456910,170 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationCallRecordSession", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationOnlineMeeting", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationOnlineMeetingRecording", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationOnlineMeetingTranscript", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgCommunicationPresence", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Uri": "/communications/presences/{presence-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgContact", + "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgCommunicationPresence", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgContract", + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "Uri": "/contracts/{contract-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDataPolicyOperation", + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgContract", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", - "Uri": "/devices/{device-id}", - "ApiVersion": "v1.0", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgDataPolicyOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -456303,35 +457092,35 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDevice", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456350,20 +457139,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456382,35 +457171,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456429,20 +457218,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456461,50 +457250,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456523,20 +457312,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456555,95 +457344,95 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456662,140 +457451,140 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedAppStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedEBook", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456814,20 +457603,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456846,20 +457635,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456878,920 +457667,920 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppCategory", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457810,20 +458599,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457842,35 +458631,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceAppMgtVppToken", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementVppToken", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -457889,20 +458678,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457921,20 +458710,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457953,20 +458742,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457985,20 +458774,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -458017,79 +458806,79 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", "Uri": "/devices(deviceId='{deviceId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceByDeviceId", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Delete" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "DeviceManagement.Administration", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458108,34 +458897,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -458154,20 +458943,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -458186,318 +458975,318 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "DeviceManagement.Enrollment", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458516,20 +459305,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Enrollment", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458548,20 +459337,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458580,50 +459369,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -458642,142 +459431,142 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "DeviceManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -458796,20 +459585,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458828,50 +459617,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementPartner", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458890,20 +459679,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458922,34 +459711,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementReport", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -458968,20 +459757,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -459000,20 +459789,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -459032,20 +459821,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -459064,95 +459853,95 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459171,20 +459960,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459203,20 +459992,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459235,20 +460024,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459267,20 +460056,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459299,20 +460088,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459331,20 +460120,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459363,20 +460152,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459395,49 +460184,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459456,50 +460245,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459518,20 +460307,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459550,20 +460339,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459582,20 +460371,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459614,20 +460403,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459646,20 +460435,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459678,20 +460467,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459710,34 +460499,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459756,34 +460545,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459802,20 +460591,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459834,20 +460623,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459866,170 +460655,170 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -460048,20 +460837,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -460080,185 +460869,185 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", + "CommandAlias": null, + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", - "Method": "DELETE", - "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryAdministrativeUnit", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryAdministrativeUnitExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryAttributeSet", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryAttributeSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryDeletedItem", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, - "Uri": "/directory/deletedItems/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryDeviceLocalCredential", + "Uri": "/directory/deletedItems/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryFederationConfiguration", + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -460277,230 +461066,230 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", "Uri": "/directoryObjects/{directoryObject-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", + "Module": "DirectoryObjects", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryObject", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryRole", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null, "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleByRoleTemplateId", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectorySubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", "Uri": "/domains/{domain-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDomain", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDrive", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItem", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Files", + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -460527,155 +461316,155 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemListItemField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemListItemVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgDriveItemPermanent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", + "Method": "POST", + "Command": "Remove-MgDriveItemPermanent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -460702,515 +461491,515 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveList", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListColumn", + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListItem", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListItemField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListItemVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListOperation", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveListSubscription", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRoot", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootAnalytic", + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootListItem", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootListItemField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootListItemVersionField", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgDriveRootPermanent", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permanentDelete", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgDriveRootPermanent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootRetentionLabel", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgDriveRootVersion", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClass", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461229,20 +462018,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461261,20 +462050,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461293,35 +462082,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461340,20 +462129,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461372,20 +462161,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461404,80 +462193,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461496,50 +462285,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgEducationClassMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgEducationClassMemberEducationUserByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClassMemberEducationUserByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -461558,20 +462347,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationClassModule", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -461590,184 +462379,184 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgEducationClassTeacherByRef", - "Method": "DELETE", - "Command": "Remove-MgEducationClassTeacherEducationUserByRef", + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassModuleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMe", + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/me", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationClassTeacherEducationUserByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignment", + "Uri": "/education/me", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMe", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignmentRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignmentRubricByRef", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignmentSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationMeRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461786,450 +462575,460 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgEducationMeRubric", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationSchool", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgEducationSchoolClassByRef", - "Method": "DELETE", - "Command": "Remove-MgEducationSchoolClassEducationClassByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationSchoolClassEducationClassByRef", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgEducationSchoolUserByRef", - "Method": "DELETE", - "Command": "Remove-MgEducationSchoolUserEducationUserByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationSchoolUserEducationUserByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEducationUserRubric", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -462238,83 +463037,83 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -462323,353 +463122,353 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -462678,83 +463477,83 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -462763,523 +463562,513 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgExternalConnection", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Search", + "OutputType": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -463298,20 +464087,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", + "Method": "DELETE", + "Command": "Remove-MgExternalConnection", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -463330,20 +464119,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -463362,20 +464151,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -463394,110 +464183,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", - "Uri": "/groups/{group-id}", - "ApiVersion": "v1.0", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionOperation", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", - "Method": "DELETE", - "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", - "Uri": "/groups(uniqueName='{uniqueName}')", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupCalendarEvent", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "ApiVersion": "v1.0", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", + "Method": "DELETE", + "Command": "Remove-MgGroupByUniqueName", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -463516,35 +464305,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupCalendarEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupConversation", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", + "Method": "DELETE", + "Command": "Remove-MgGroupCalendarPermission", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -463563,20 +464352,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", + "Method": "DELETE", + "Command": "Remove-MgGroupConversation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -463595,740 +464384,740 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThread", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDrive", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDrive", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgGroupDriveItemPermanent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgGroupDriveItemPermanent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveList", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListContentTypeColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListContentTypeColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgGroupDriveRootPermanent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgGroupDriveRootPermanent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupEvent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -464347,144 +465136,144 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgGroupEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupEventAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", "Uri": "/groups/{group-id}/removeFavorite", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgGroupFavorite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgGroupFromLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgGroupFromLifecyclePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgGroupMemberByRef", - "Method": "DELETE", - "Command": "Remove-MgGroupMemberDirectoryObjectByRef", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -464511,35 +465300,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupMemberDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -464558,50 +465347,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteSection", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgGroupOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -464620,40 +465409,40 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupPermissionGrant", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupPhoto", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photo", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", + "Method": "DELETE", + "Command": "Remove-MgGroupPermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -464667,52 +465456,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupPlannerPlanDetail", + "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupPhoto", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgGroupRejectedSenderByRef", - "Method": "DELETE", - "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSetting", + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Module": "Groups", + "Method": "DELETE", + "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -464731,824 +465518,836 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "DELETE", + "Command": "Remove-MgGroupSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/remove", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Remove-MgGroupSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteGetByPathAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteGetByPathOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -465559,17 +466358,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -465580,136 +466379,136 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -465720,17 +466519,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -465741,51 +466540,51 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -465796,17 +466595,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -465817,687 +466616,677 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeam", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamTag", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupTeamTagMember", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupThread", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -466516,275 +467305,275 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupThread", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupThreadPostExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityApiConnector", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityAuthenticationEventListener", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityApiConnector", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlow", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -466803,20 +467592,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -466835,664 +467624,664 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityCustomAuthenticationExtension", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityProvider", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgInvitation", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -467511,35 +468300,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgOrganization", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}", - "ApiVersion": "v1.0", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgOrganizationBranding", + "Uri": "/organization/{organization-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgOrganization", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -467558,20 +468347,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "DELETE", + "Command": "Remove-MgOrganizationBranding", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -467590,80 +468379,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgOrganizationExtension", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPlace", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/places/{place-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgOrganizationExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPlaceAsRoomListRoom", + "Uri": "/places/{place-id}", "ApiReferenceLink": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPlace", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPlannerBucket", + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", + "Method": "DELETE", + "Command": "Remove-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -467690,20 +468479,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPlannerPlan", + "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", + "Method": "DELETE", + "Command": "Remove-MgPlannerBucket", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -467730,20 +468519,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPlannerTask", + "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", + "Method": "DELETE", + "Command": "Remove-MgPlannerPlan", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -467770,65 +468559,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPlannerTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -467847,34 +468636,34 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyAdminConsentRequestPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/adminConsentRequestPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyAppManagementPolicy", + "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -467893,63 +468682,63 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyAuthenticationFlowPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationFlowsPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -467968,49 +468757,49 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyAuthorizationPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyClaimMappingPolicy", + "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -468029,164 +468818,164 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/defaultAppManagementPolicy", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", - "Method": "DELETE", - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "ApiReferenceLink": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -468205,139 +468994,139 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyRoleManagementPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -468356,20 +469145,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -468388,110 +469177,110 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintConnector", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": null, - "Uri": "/print/connectors/{printConnector-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintOperation", + "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Uri": "/print/operations/{printOperation-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintConnector", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintPrinter", + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintPrinterJob", + "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintPrinter", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintPrinterJobDocument", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintPrinterJobTask", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJobTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -468510,527 +469299,527 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintService", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintShare", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintShareJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintShareJobDocument", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintShareJobTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintTaskDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBilling", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingReconciliation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingReconciliationBilled", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingUsage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingUsageBilled", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRiskyUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRiskyUserHistory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectory", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -469049,124 +469838,124 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagement", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -469185,155 +469974,155 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "ApiVersion": "v1.0", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "SchemaExtensions", + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -469352,20 +470141,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSearchAcronym", - "ApiReferenceLink": null, - "Uri": "/search/acronyms/{acronym-id}", - "ApiVersion": "v1.0", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", + "Module": "SchemaExtensions", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", + "Method": "DELETE", + "Command": "Remove-MgSchemaExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -469384,20 +470173,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSearchBookmark", + "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", + "Method": "DELETE", + "Command": "Remove-MgSearchAcronym", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -469416,20 +470205,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSearchQna", + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": null, - "Uri": "/search/qnas/{qna-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", + "Method": "DELETE", + "Command": "Remove-MgSearchBookmark", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -469448,230 +470237,230 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAlertV2", + "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": null, - "Uri": "/security/alerts_v2/{alert-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSearchQna", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulation", + "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAlertV2", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationAutomation", + "Uri": "/security/attackSimulation", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationLandingPage", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationLoginPage", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationOperation", + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationPayload", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationTraining", + "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/trainings/{training-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", + "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCase", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, - "Uri": "/security/cases", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Delete" + "Delete", + "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Security", + "Method": "DELETE", + "Command": "Remove-MgSecurityCase", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469690,39 +470479,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" + "Delete", + "DeleteViaIdentity" ], - "Module": "Security", + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469741,84 +470526,84 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0", + "Module": "Security", + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "ApiVersion": "v1.0", - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469837,65 +470622,69 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0", + "Module": "Security", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469914,50 +470703,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469976,676 +470765,676 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityIncident", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelAuthority", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelCitation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelDepartment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecuritySecureScore", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligence", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityTrigger", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -470672,65 +471461,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", - "Uri": "/servicePrincipals(appId='{appId}')", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "ApiVersion": "v1.0", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalByAppId", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -470773,50 +471562,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -470859,22 +471648,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgServicePrincipalKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" + "Delete", + "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -470901,20 +471688,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Remove-MgServicePrincipalKey", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -470941,27 +471730,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgServicePrincipalPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Remove-MgServicePrincipalPassword", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -470983,80 +471812,98 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronization", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -471075,35 +471922,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -471130,362 +471977,362 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareList", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListColumn", + "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListContentTypeColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListContentTypeColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListItemDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListItemDocumentSetVersionField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListItemField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListItemVersionField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareListSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSharePermission", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/permission", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSharePermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteAnalytic", + "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteAnalyticItemActivityStat", + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteColumn", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", + "Method": "DELETE", + "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -471504,20 +472351,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteContentType", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", + "Method": "DELETE", + "Command": "Remove-MgSiteColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -471536,20 +472383,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", + "Method": "DELETE", + "Command": "Remove-MgSiteContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -471568,101 +472415,101 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteGetByPathAnalytic", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteGetByPathOnenote", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteGetByPathAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteGetByPathTermStore", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteGetByPathOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteList", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", + "Method": "DELETE", + "Command": "Remove-MgSiteList", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -471681,20 +472528,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", + "Method": "DELETE", + "Command": "Remove-MgSiteListColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -471713,20 +472560,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", + "Method": "DELETE", + "Command": "Remove-MgSiteListContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -471745,50 +472592,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", + "Method": "DELETE", + "Command": "Remove-MgSiteListItem", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -471823,125 +472670,125 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListItemDocumentSetVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListItemField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListItemVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -471960,246 +472807,256 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Module": "Notes", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -472210,17 +473067,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -472231,136 +473088,136 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -472371,17 +473228,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -472392,51 +473249,51 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -472447,17 +473304,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -472468,237 +473325,227 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus/{subscribedSku-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSubscribedSku", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", "Uri": "/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", + "Module": "ChangeNotifications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeam", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "Channel.Delete.Group", @@ -472733,80 +473580,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgTeamChannelEmail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamChannelTab", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -472881,20 +473728,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgTeamChannelTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -472961,185 +473808,185 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgTeamInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgTeamPrimaryChannelEmail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamSchedule", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleOpenShift", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473158,35 +474005,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473205,20 +474052,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473245,35 +474092,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleShift", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473292,20 +474139,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473324,20 +474171,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473356,20 +474203,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamTag", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -473388,20 +474235,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgTeamTag", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -473420,319 +474267,319 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgTeamTagMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedChat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "DELETE", - "Command": "Remove-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": null, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Command": "Remove-MgTeamworkTeamAppSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0", - "Uri": "/users/{user-id}", - "ApiVersion": "v1.0", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -473775,65 +474622,65 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserActivity", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUser", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserActivity", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -473852,20 +474699,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -473884,20 +474731,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -473916,35 +474763,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -473963,20 +474810,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -473995,20 +474842,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -474027,20 +474874,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -474059,1421 +474906,1421 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserCalendarGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserCalendarPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatMember", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserChatTab", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserContactFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDrive", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgUserDriveItemPermanent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgUserDriveItemPermanent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgUserDriveRootPermanent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgUserDriveRootPermanent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserEventAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", "Uri": "/users/{user-id}/followedSites/remove", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "POST", + "Command": "Remove-MgUserFollowedSite", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserLicenseDetail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserManagedDeviceCategory", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserManagerByRef", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/manager/$ref", - "ApiVersion": "v1.0", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Module": "Users", + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -475492,80 +476339,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMessage", + "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserManagerByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMessageAttachment", + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserMessageExtension", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMessageAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -475584,50 +476431,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -475646,95 +476493,95 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnlineMeetingRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserOutlookMasterCategory", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserPhoto", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photo", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", + "Method": "DELETE", + "Command": "Remove-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -475746,8 +476593,8 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -475761,140 +476608,140 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserPresence", + "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/presence", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserPresence", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserSetting", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserSettingWindows", + "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserSettingShiftPreference", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserSettingWindowsInstance", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserSettingWindows", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTeamwork", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserTeamwork", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", + "Method": "DELETE", + "Command": "Remove-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -475993,20 +476840,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTodoList", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", + "Method": "DELETE", + "Command": "Remove-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -476033,35 +476880,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserTodoList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", + "Method": "DELETE", + "Command": "Remove-MgUserTodoListExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -476080,20 +476927,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -476112,35 +476959,35 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -476159,35 +477006,35 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -476206,351 +477053,351 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete1", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEventSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinar", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", + "ApiVersion": "beta" }, { - "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "POST", - "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Change", "ChangeExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Change", "ChangeExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus" + "Method": "POST", + "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgBetaUserCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgBetaUserCloudPcUserAccountType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgBetaUserCloudPcUserAccountType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgCommunicationCallScreenSharingRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgCommunicationCallScreenSharingRole", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", - "ApiVersion": "beta", - "Variants": [ - "Request", - "RequestViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -476569,20 +477416,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -476601,64 +477448,64 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Request-MgBetaPrivilegedApprovalMy", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", "ApiReferenceLink": null, - "Uri": "/privilegedApproval/myRequests", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "Request" + "Request", + "RequestViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", + "Uri": "/privilegedApproval/myRequests", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Request", - "RequestViaIdentity" + "Request" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Request-MgBetaPrivilegedApprovalMy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -476677,35 +477524,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Request-MgUserManagedDeviceRemoteAssistance", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}/resetDecisions", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Reset", - "ResetViaIdentity" + "Request", + "RequestViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "Request-MgUserManagedDeviceRemoteAssistance", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -476724,80 +477571,80 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaAccessReviewInstanceDecision", + "Uri": "/accessReviews/{accessReview-id}/resetDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", - "ApiVersion": "beta", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", - "ApiVersion": "beta", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", + "Module": "Beta.Compliance", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", - "ApiVersion": "beta", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -476816,471 +477663,469 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Reset", + "ResetViaIdentity" + ], + "Method": "POST", + "Command": "Reset-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaGroupUnseenCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", "Uri": "/groups/{group-id}/resetUnseenCount", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaGroupUnseenCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Reset" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Reset" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Reset" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaPrintPrinterDefault", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/resetDefaults", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaPrintPrinterDefault", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + "Method": "POST", + "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaUserAuthenticationMethodPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaUserAuthenticationMethodPassword", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaUserManagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaUserManagedDevicePasscode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgGroupUnseenCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", "Uri": "/groups/{group-id}/resetUnseenCount", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgGroupUnseenCount", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Reset" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgUserAuthenticationMethodPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgUserAuthenticationMethodPassword", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Reset-MgUserManagedDevicePasscode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Reset-MgUserManagedDevicePasscode", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resize-MgBetaUserCloudPc", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resize-MgBetaUserCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resize-MgBetaUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resize-MgBetaUserManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "ApiVersion": "beta", - "Variants": [ - "Restart", - "RestartExpanded", - "RestartViaIdentity", - "RestartViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -477299,97 +478144,97 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Restart", + "RestartExpanded", + "RestartViaIdentity", + "RestartViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgBetaTeamworkDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Restart", "RestartViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgBetaTeamworkDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgBetaUserCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgBetaUserManagedDeviceNow", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgBetaUserManagedDeviceNow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgDeviceManagementManagedDeviceNow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgDeviceManagementManagedDeviceNow", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "ApiVersion": "v1.0", - "Variants": [ - "Restart", - "RestartExpanded", - "RestartViaIdentity", - "RestartViaIdentityExpanded" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -477408,178 +478253,180 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Restart", + "RestartExpanded", + "RestartViaIdentity", + "RestartViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Restart-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restart-MgUserManagedDeviceNow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restart-MgUserManagedDeviceNow", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDirectoryDeletedItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Restore-MgBetaDirectoryDeletedItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgBetaDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "beta", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -477606,326 +478453,326 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", + "Command": "Restore-MgBetaDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgBetaDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaPrintPrinterFactoryDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "ApiVersion": "beta", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -477944,54 +478791,54 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", + "Command": "Restore-MgBetaPrintPrinterFactoryDefault", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaShareListItemVersion", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Module": "Beta.Sites", + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -478026,20 +478873,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Sites", + "Method": "POST", + "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -478066,317 +478913,317 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", + "Command": "Restore-MgBetaSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgBetaUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgBetaUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserManagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgBetaUserManagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgBetaUserManagedDevicePasscode", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDirectoryDeletedItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Restore-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Module": "Files", + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -478403,341 +479250,341 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Files", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", + "Command": "Restore-MgDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "POST", + "Command": "Restore-MgGroupSettingTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgGroupSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "POST", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgPrintPrinterFactoryDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "ApiVersion": "v1.0", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Module": "Devices.CloudPrint", + "OutputType": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -478756,54 +479603,54 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", + "Command": "Restore-MgPrintPrinterFactoryDefault", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgShareListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, "Method": "POST", - "Command": "Restore-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Module": "Sites", + "Command": "Restore-MgShareListItemVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -478838,20 +479685,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Sites", + "Method": "POST", + "Command": "Restore-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -478878,189 +479725,189 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Sites", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", + "Command": "Restore-MgSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "POST", + "Command": "Restore-MgUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Restore-MgUserManagedDevicePasscode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Restore-MgUserManagedDevicePasscode", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", - "ApiVersion": "beta", - "Variants": [ - "Resume", - "ResumeViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -479079,243 +479926,241 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Resume", + "ResumeViaIdentity" + ], + "Method": "POST", + "Command": "Resume-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", - "Method": "POST", - "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", - "ApiVersion": "beta", - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -479334,99 +480179,99 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaDriveItemPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "ApiVersion": "beta", - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -479453,171 +480298,173 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaDriveRootPermissionGrant", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Revoke-MgBetaDriveItemPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Revoke-MgBetaDriveRootPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaGroupSitePermissionGrant", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaSharePermissionGrant", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Revoke-MgBetaGroupSitePermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaSitePermissionGrant", + "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Revoke-MgBetaSharePermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", + "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Revoke-MgBetaSitePermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "POST", + "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", - "RevokeViaIdentity" + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgBetaUserSignInSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", - "Uri": "/users/{user-id}/revokeSignInSessions", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -479644,20 +480491,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Revoke-MgUserSignInSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", "Uri": "/users/{user-id}/revokeSignInSessions", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Revoke-MgBetaUserSignInSession", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -479684,20 +480531,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/revokeSignInSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Search", - "SearchExpanded" + "Revoke", + "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Revoke-MgUserSignInSession", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -479716,305 +480563,305 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + "CommandAlias": null, + "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Search", + "SearchExpanded" + ], + "Method": "POST", + "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/drives/{drive-id}/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaGroupDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaUserDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgBetaUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgGroupDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgUserDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Search-MgUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "GET", + "Command": "Search-MgUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaAccessReviewInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaAccessReviewInstanceReminder", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaAccessReviewReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}/sendReminder", - "ApiVersion": "beta", - "Variants": [ - "Send", - "SendViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -480033,22 +480880,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", - "Uri": "/chats/{chat-id}/sendActivityNotification", - "ApiVersion": "beta", + "Uri": "/accessReviews/{accessReview-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" + "SendViaIdentity" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "Send-MgBetaAccessReviewReminder", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -480067,107 +480912,107 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaCommunicationCallDtmfTone", - "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/sendDtmfTones", - "ApiVersion": "beta", + "Uri": "/chats/{chat-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation" + "Method": "POST", + "Command": "Send-MgBetaChatActivityNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaCommunicationCallDtmfTone", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", - "ApiVersion": "beta", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "ApiVersion": "beta", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "ApiVersion": "beta", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "ApiVersion": "beta", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480186,37 +481031,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "ApiReferenceLink": null, - "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Send", - "SendExpanded" + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", + "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" + "SendExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480235,97 +481080,97 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Send", - "SendViaIdentity" + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaFinancialCompanySalesInvoice", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "ApiReferenceLink": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaFinancialCompanySalesQuote", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", "ApiReferenceLink": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", - "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaFinancialCompanySalesInvoice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", - "ApiVersion": "beta", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaFinancialCompanySalesQuote", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaTeamActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", - "Uri": "/teams/{team-id}/sendActivityNotification", - "ApiVersion": "beta", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" + "SendViaIdentity" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -480344,20 +481189,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Send", - "SendExpanded" + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "Send-MgBetaTeamActivityNotification", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -480376,152 +481223,150 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teamwork/sendActivityNotificationToRecipients", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", + "Module": "Beta.Teams", + "Variants": [ + "Send", + "SendExpanded" + ], + "Method": "POST", + "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaUserChatActivityNotification", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", "Uri": "/users/{user-id}/sendMail", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaUserMail", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/send", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaUserMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", - "ApiVersion": "beta", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", - "ApiVersion": "beta", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -480548,22 +481393,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -480590,37 +481435,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", - "SendViaIdentity" + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgBetaUserTeamworkActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" + "SendViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -480639,22 +481484,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", - "Uri": "/chats/{chat-id}/sendActivityNotification", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "Send-MgBetaUserTeamworkActivityNotification", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -480673,103 +481518,103 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/chats/{chat-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "Module": "Teams", + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Send-MgChatActivityNotification", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgCommunicationCallDtmfTone", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/sendDtmfTones", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation" + "Method": "POST", + "Command": "Send-MgCommunicationCallDtmfTone", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgTeamActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/sendActivityNotification", - "ApiVersion": "v1.0", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -480788,20 +481633,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgTeamworkActivityNotificationToRecipient", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Send", - "SendExpanded" + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "Send-MgTeamActivityNotification", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -480820,101 +481667,99 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/teamwork/sendActivityNotificationToRecipients", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", + "Module": "Teams", + "Variants": [ + "Send", + "SendExpanded" + ], + "Method": "POST", + "Command": "Send-MgTeamworkActivityNotificationToRecipient", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgUserChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgUserChatActivityNotification", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgUserMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", "Uri": "/users/{user-id}/sendMail", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgUserMail", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/send", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Send-MgUserMessage", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "ApiVersion": "v1.0", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -480941,22 +481786,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -480983,22 +481828,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Send-MgUserTeamworkActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -481017,20 +481862,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgApplicationLogo", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/logo", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Set", - "SetViaIdentity" + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Send-MgUserTeamworkActivityNotification", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -481049,133 +481896,133 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Method": "PUT", + "Command": "Set-MgApplicationLogo", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Method": "PUT", + "Command": "Set-MgApplicationSynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgApplicationSynchronizationSecret", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/secrets", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + "Method": "PUT", + "Command": "Set-MgApplicationSynchronizationSecret", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", "Uri": "/applications/{application-id}/setVerifiedPublisher", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgApplicationVerifiedPublisher", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaApplicationConnectorGroupByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/connectorGroup/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaApplicationConnectorGroupByRef", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaApplicationLogo", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/logo", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -481194,410 +482041,408 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Method": "PUT", + "Command": "Set-MgBetaApplicationLogo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Method": "PUT", + "Command": "Set-MgBetaApplicationSynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaApplicationSynchronizationSecret", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/secrets", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + "Method": "PUT", + "Command": "Set-MgBetaApplicationSynchronizationSecret", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", "Uri": "/applications/{application-id}/setVerifiedPublisher", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaApplicationVerifiedPublisher", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaChatMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaChatMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaChatMessageReplyReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/setPresence", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaCommunicationPresence", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaCommunicationPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaCommunicationPresenceStatusMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", + "ApiVersion": "beta" }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", - "Method": "POST", - "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", - "Method": "POST", - "Command": "Set-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta" }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", - "Method": "POST", - "Command": "Set-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "POST", - "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "POST", - "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "POST", - "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", - "Method": "POST", - "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", - "ApiVersion": "beta", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481616,203 +482461,203 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementConfigurationPolicyJust", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignJustInTimeConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementConfigurationPolicyJust", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", - "ApiVersion": "beta", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481829,41 +482674,49 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", + "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481882,22 +482735,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -481916,22 +482769,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -481950,22 +482803,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -481982,24 +482835,32 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -482018,173 +482879,173 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementIntent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementManagedDeviceName", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementManagedDeviceName", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", - "ApiVersion": "beta", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -482203,280 +483064,282 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "CommandAlias": null, + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementScript", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveBundleContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveBundleContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveFollowingContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveFollowingContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveItemChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveItemChildContentStream", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveItemContent", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Module": "Beta.Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -482503,20 +483366,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveItemContentStream", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", + "Method": "PUT", + "Command": "Set-MgBetaDriveItemContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -482543,52 +483406,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveItemListItemDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveItemListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDriveItemSensitivityLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" + "Set", + "SetViaIdentity" ], - "Module": "Beta.Files", + "Method": "PUT", + "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -482607,219 +483468,219 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "Module": "Beta.Files", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgBetaDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgBetaDriveItemVersionContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveRootChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveRootChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveRootContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveRootContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveRootContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveRootListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgBetaDriveRootVersionContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaDriveSpecialContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaDriveSpecialContentStream", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Beta.Education", + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -482838,50 +483699,52 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Set", - "SetViaIdentity" + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "PUT", + "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -482900,20 +483763,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "ApiVersion": "beta", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", + "Method": "POST", + "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -482932,163 +483795,161 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Method": "POST", + "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "PUT", + "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Beta.Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -483107,679 +483968,679 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", + "Command": "Set-MgBetaExternalConnectionItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyInformationPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyInformationPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveBundleContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveBundleContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveFollowingContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveFollowingContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemVersionContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveRootContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootVersionContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveSpecialContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveSpecialContentStream", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaGroupLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", - "Uri": "/groups/{group-id}/assignLicense", - "ApiVersion": "beta", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -483798,72 +484659,72 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupOnenotePageContent", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ - "Set", - "SetViaIdentity" + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "Set-MgBetaGroupLicense", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PUT", + "Command": "Set-MgBetaGroupOnenotePageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupOnenoteSectionPageContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaGroupOnenoteResourceContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupPhotoContent", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photo/$value", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentity" ], - "Module": "Beta.Groups", + "Method": "PUT", + "Command": "Set-MgBetaGroupOnenoteSectionPageContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -483877,202 +484738,202 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Set", - "SetViaIdentity" + "Set1", + "SetViaIdentity", + "SetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupPhotoContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteOnenotePageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenotePageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeam", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity" ], - "Module": "Beta.Teams", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -484091,407 +484952,409 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" + "CommandAlias": null, + "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", + "Command": "Set-MgBetaGroupTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPhotoContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedule" + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamSchedule", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Method": "PUT", + "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/backgroundImage", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/bannerLogo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingBannerLogo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/customCSS", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingCustomCss", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/favicon", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingFavicon", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/headerLogo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484510,20 +485373,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484542,20 +485405,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484574,20 +485437,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484606,20 +485469,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484638,20 +485501,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484670,20 +485533,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484702,50 +485565,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingSquareLogo", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -484764,206 +485627,204 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Method": "POST", + "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" + "Method": "PUT", + "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaPrintPrinterJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaPrintPrinterJobDocumentContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaPrintShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaPrintShareJobDocumentContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}/comments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlertComment" + "Method": "POST", + "Command": "Set-MgBetaSecurityAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + "Method": "PUT", + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaSecurityIncidentAlertComment", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlertComment" + "Method": "POST", + "Command": "Set-MgBetaSecurityIncidentAlertComment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "PUT", + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Method": "PUT", + "Command": "Set-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484982,484 +485843,484 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", + "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaShareDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaShareDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaShareDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaShareDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaShareItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaShareItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaShareItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaShareItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaShareListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaShareListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaShareListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaShareListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaShareRootContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaShareRootContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaShareRootContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaShareRootContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaSiteListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaSiteListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaSiteOnenotePageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PUT", + "Command": "Set-MgBetaSiteOnenoteResourceContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaSiteOnenoteSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaTeamChannelMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaTeamChannelMessageReplyReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamPhotoContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamSchedule", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -485478,178 +486339,178 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedule" + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", + "Command": "Set-MgBetaTeamSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + "Method": "POST", + "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganization" + "Method": "PUT", + "Command": "Set-MgBetaTenantRelationshipMultiTenantOrganization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaTrustFrameworkPolicyContent", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaTrustFrameworkPolicyContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserChatMessageReaction", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -485668,497 +486529,497 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgBetaUserChatMessageReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaUserChatMessageReplyReaction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserContactFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserContactFolderContactPhotoContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserContactPhotoContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveBundleContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveBundleContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveFollowingContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveFollowingContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaUserDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemVersionContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootChildContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootChildContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveRootContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootContentStream", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaUserDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootVersionContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgBetaUserDriveSpecialContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserDriveSpecialContentStream", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", - "Uri": "/users/{user-id}/assignLicense", - "ApiVersion": "beta", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -486177,86 +487038,86 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" + "CommandAlias": null, + "Uri": "/users/{user-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgBetaUserLicense", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserMailFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserMailFolderMessageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserManagedDeviceName", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgBetaUserManagedDeviceName", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserManagerByRef", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/manager/$ref", - "ApiVersion": "beta", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Beta.Users", + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -486275,187 +487136,187 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserMessageContent", + "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Set", - "SetViaIdentity" + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserManagerByRef", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnenotePageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaUserMessageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnenoteResourceContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PUT", + "Command": "Set-MgBetaUserOnenotePageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnenoteSectionPageContent", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgBetaUserOnenoteResourceContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserOnenoteSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnlineMeetingRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserPhotoContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photo/$value", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentity" ], - "Module": "Beta.Users", + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -486467,8 +487328,8 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -486482,22 +487343,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", - "Uri": "/users/{user-id}/presence/setPresence", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Set", - "SetExpanded", + "Set1", "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity1" ], - "Module": "Beta.Users.Actions", + "Method": "PUT", + "Command": "Set-MgBetaUserPhotoContent", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -486516,22 +487377,22 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", - "Uri": "/users/{user-id}/presence/setStatusMessage", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/presence/setPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Set-MgBetaUserPresence", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -486550,22 +487411,22 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgBetaUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/presence/setStatusMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Set-MgBetaUserPresenceStatusMessage", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -486584,329 +487445,329 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgBetaUserPresenceUserPreferredPresence", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Method": "PUT", + "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgChatMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgChatMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgChatMessageReplyReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/setPresence", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgCommunicationPresence", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgCommunicationPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgCommunicationPresenceStatusMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", - "Method": "POST", - "Command": "Set-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Set-MgDeviceAppMgtMobileApp", - "Method": "POST", - "Command": "Set-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", - "Method": "POST", - "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "POST", - "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-assign?view=graph-rest-1.0", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-assign?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "ApiVersion": "v1.0", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Module": "DeviceManagement.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -486925,22 +487786,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -486959,116 +487820,118 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveBundleContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveFollowingContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveItemChildContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveItemContent", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "v1.0", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -487095,37 +487958,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveItemListItemDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDriveItemSensitivityLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" + "Set", + "SetViaIdentity" ], - "Module": "Files", + "Method": "PUT", + "Command": "Set-MgDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -487144,144 +488005,144 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "Module": "Files", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgDriveItemSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgDriveItemVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveRootChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveRootContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveRootContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgDriveRootSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgDriveRootVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgDriveSpecialContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgEducationClassAssignmentRubricByRef", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Education", + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -487300,50 +488161,52 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Set", - "SetViaIdentity" + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "PUT", + "Command": "Set-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationClassAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", + "Method": "POST", + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -487362,20 +488225,20 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationClassModuleUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "ApiVersion": "v1.0", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", + "Method": "POST", + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -487394,163 +488257,161 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Method": "POST", + "Command": "Set-MgEducationClassModuleUpResourceFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationMeAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgEducationUserAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "POST", + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "PUT", + "Command": "Set-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgExternalConnectionItem", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -487569,236 +488430,236 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Module": "Search", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", + "Command": "Set-MgExternalConnectionItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveBundleContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveFollowingContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveItemChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgGroupDriveItemSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgGroupDriveItemVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveRootChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveRootContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveRootContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgGroupDriveRootSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgGroupDriveRootVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupDriveSpecialContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgGroupLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/assignLicense", - "ApiVersion": "v1.0", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -487817,72 +488678,72 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupOnenotePageContent", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ - "Set", - "SetViaIdentity" + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "POST", + "Command": "Set-MgGroupLicense", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PUT", + "Command": "Set-MgGroupOnenotePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupOnenoteSectionPageContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgGroupOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupPhotoContent", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/photo/$value", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentity" ], - "Module": "Groups", + "Method": "PUT", + "Command": "Set-MgGroupOnenoteSectionPageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -487896,142 +488757,142 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Set", - "SetViaIdentity" + "Set1", + "SetViaIdentity", + "SetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupPhotoContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupSiteListItemDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupSiteOnenotePageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupSiteOnenoteResourceContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenotePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupSiteOnenoteSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeam", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity" ], - "Module": "Teams", + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -488050,315 +488911,317 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" + "CommandAlias": null, + "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", + "Command": "Set-MgGroupTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgGroupTeamPhotoContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedule" + "Method": "PUT", + "Command": "Set-MgGroupTeamSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Method": "PUT", + "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/backgroundImage", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/bannerLogo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingBannerLogo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/customCSS", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingCustomCss", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/favicon", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingFavicon", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/headerLogo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingHeaderLogo", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "ApiVersion": "v1.0", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488377,20 +489240,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488409,20 +489272,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488441,20 +489304,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationFavicon", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488473,20 +489336,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488505,20 +489368,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488537,20 +489400,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488569,50 +489432,50 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingSquareLogo", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0", - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "ApiVersion": "v1.0", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingSquareLogoDark", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -488631,161 +489494,159 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Method": "POST", + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" + "Method": "PUT", + "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgPrintPrinterJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgPrintPrinterJobDocumentContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgPrintShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgPrintShareJobDocumentContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}/comments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlertComment" + "Method": "POST", + "Command": "Set-MgSecurityAlert", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgSecurityIncidentAlertComment", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlertComment" + "Method": "POST", + "Command": "Set-MgSecurityIncidentAlertComment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "PUT", + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgServicePrincipalSynchronizationSecret", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "ApiVersion": "v1.0", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -488804,332 +489665,332 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "ApiReferenceLink": null, + "Module": "Applications", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronizationSecret", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgShareDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgShareDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgShareItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgShareItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgShareListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgShareListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgShareRootContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgShareRootContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgSiteListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgSiteOnenotePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PUT", + "Command": "Set-MgSiteOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgTeamChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgTeamChannelMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgTeamPhotoContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgTeamPrimaryChannelMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamSchedule", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule", - "ApiVersion": "v1.0", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -489148,131 +490009,131 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchedule" + "CommandAlias": null, + "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", + "Command": "Set-MgTeamSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganization" + "Method": "PUT", + "Command": "Set-MgTenantRelationshipMultiTenantOrganization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgUserChatMessageReaction", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "ApiVersion": "v1.0", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -489291,313 +490152,313 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Module": "Users.Actions", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgUserChatMessageReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgUserChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgUserChatMessageReplyReaction", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserContactFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserContactFolderContactPhotoContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserContactPhotoContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveBundleContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveFollowingContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveItemChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgUserDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgUserDriveItemSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgUserDriveItemVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveRootChildContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveRootContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveRootContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgUserDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgUserDriveRootSensitivityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PUT", + "Command": "Set-MgUserDriveRootVersionContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PUT", + "Command": "Set-MgUserDriveSpecialContent", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgUserLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", - "Uri": "/users/{user-id}/assignLicense", - "ApiVersion": "v1.0", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -489616,52 +490477,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ - "Set", - "SetViaIdentity" + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Set-MgUserLicense", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserMailFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserManagerByRef", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/manager/$ref", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity" ], - "Module": "Users", + "Method": "PUT", + "Command": "Set-MgUserMailFolderMessageContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -489680,142 +490541,142 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserMessageContent", + "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Set", - "SetViaIdentity" + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserManagerByRef", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserOnenotePageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgUserMessageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserOnenoteResourceContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PUT", + "Command": "Set-MgUserOnenotePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserOnenoteSectionPageContent", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PUT", + "Command": "Set-MgUserOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserOnenoteSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserOnlineMeetingRecordingContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserOnlineMeetingTranscriptContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingRecordingContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserPhotoContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/photo/$value", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentity" ], - "Module": "Users", + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -489827,8 +490688,8 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -489842,22 +490703,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", - "Uri": "/users/{user-id}/presence/setPresence", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Set", - "SetExpanded", + "Set1", "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity1" ], - "Module": "Users.Actions", + "Method": "PUT", + "Command": "Set-MgUserPhotoContent", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -489876,22 +490737,22 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgUserPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "Uri": "/users/{user-id}/presence/setStatusMessage", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/presence/setPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Set-MgUserPresence", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -489910,22 +490771,22 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Set-MgUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/presence/setStatusMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users.Actions", + "Method": "POST", + "Command": "Set-MgUserPresenceStatusMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -489944,157 +490805,157 @@ "IsLeastPrivilege": true } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "Module": "Users.Actions", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgUserPresenceUserPreferredPresence", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserTodoListTaskAttachmentContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "PUT", + "Command": "Set-MgUserTodoListTaskAttachmentContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Method": "PUT", + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Skip-MgBetaUserManagedDeviceActivationLock", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Skip-MgBetaUserManagedDeviceActivationLock", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Skip-MgUserManagedDeviceActivationLock", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Skip-MgUserManagedDeviceActivationLock", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "ApiVersion": "beta", - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ], - "Module": "Beta.CloudCommunications", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -490113,86 +490974,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphStartHoldMusicOperation" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Run", "RunViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", - "ApiVersion": "beta", - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -490211,80 +491074,80 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaPrintPrinterJob", - "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "ApiVersion": "beta", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Method": "POST", + "Command": "Start-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaPrintPrinterJobPrintJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Method": "POST", + "Command": "Start-MgBetaPrintPrinterJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaPrintPrinterShareJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Method": "POST", + "Command": "Start-MgBetaPrintPrinterJobPrintJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Method": "POST", + "Command": "Start-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaPrintShareJob", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "POST", + "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJobStatus", "Permissions": [ { "Name": "PrintJob.Create", @@ -490327,35 +491190,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJobStatus" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaPrintShareJobPrintJob", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Method": "POST", + "Command": "Start-MgBetaPrintShareJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", - "ApiVersion": "beta", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ - "Run", - "RunViaIdentity" + "Start", + "StartViaIdentity" ], - "Module": "Beta.Security", + "Method": "POST", + "Command": "Start-MgBetaPrintShareJobPrintJob", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -490374,35 +491237,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta", + "Module": "Beta.Security", + "Variants": [ + "Run", + "RunViaIdentity" + ], + "Method": "GET", + "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaSecurityHuntingQuery", - "ApiReferenceLink": null, "Uri": "/security/runHuntingQuery", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Run", "RunExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults" + "Method": "POST", + "Command": "Start-MgBetaSecurityHuntingQuery", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "ApiVersion": "beta", - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -490421,88 +491284,86 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Start", + "StartViaIdentity" + ], + "Method": "POST", + "Command": "Start-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaTeamScheduleTimeCardBreak", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "POST", + "Command": "Start-MgBetaTeamScheduleTimeCardBreak", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaTeamworkDeviceDiagnostic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Run", "RunViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgBetaTeamworkDeviceDiagnostic", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgBetaUserCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "ApiVersion": "v1.0", - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ], - "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -490521,50 +491382,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphStartHoldMusicOperation" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", + "Module": "CloudCommunications", + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Run", "RunViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Method": "POST", + "Command": "Start-MgPrintPrinterJob", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "ApiVersion": "v1.0", - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintJobStatus", "Permissions": [ { "Name": "PrintJob.Create", @@ -490607,35 +491470,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "CommandAlias": null, + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "Variants": [ + "Start", + "StartViaIdentity" + ], + "Method": "POST", + "Command": "Start-MgPrintShareJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgSecurityHuntingQuery", - "ApiReferenceLink": null, "Uri": "/security/runHuntingQuery", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Run", "RunExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults" + "Method": "POST", + "Command": "Start-MgSecurityHuntingQuery", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Start-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "ApiVersion": "v1.0", - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -490654,20 +491517,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}/stop", - "ApiVersion": "beta", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Stop", - "StopViaIdentity" + "Start", + "StartViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "Start-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -490686,37 +491549,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaAccessReviewInstance", + "Uri": "/accessReviews/{accessReview-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaAccessReview", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "ApiVersion": "beta", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" + "Stop", + "StopViaIdentity" ], - "Module": "Beta.Bookings", + "Method": "POST", + "Command": "Stop-MgBetaAccessReviewInstance", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -490743,39 +491604,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaCommunicationCallMediaProcessing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "ApiVersion": "beta", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "Stop-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -490794,22 +491655,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Stop", - "StopExpanded", - "StopViaIdentity", - "StopViaIdentityExpanded" + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "POST", + "Command": "Stop-MgBetaCommunicationCallMediaProcessing", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -490828,22 +491689,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphStopHoldMusicOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" + "Stop", + "StopExpanded", + "StopViaIdentity", + "StopViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -490862,20 +491723,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", "ApiReferenceLink": null, - "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cancel", - "CancelExpanded" + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -490894,296 +491757,296 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Cancel", + "CancelExpanded" + ], + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "End", "EndViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaFinancialCompanySalesInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaFinancialCompanySalesInvoice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaGroupCalendarEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaGroupEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "ApiVersion": "beta", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Module": "Beta.Devices.CloudPrint", + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -491218,140 +492081,140 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrintPrinterJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterJobPrintJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaPrintShareJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrintShareJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaPrintShareJobPrintJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Method": "POST", + "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "ApiVersion": "beta", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Module": "Beta.Identity.Governance", + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -491370,20 +492233,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "ApiVersion": "beta", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -491402,240 +492265,238 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaSecurityAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaSecurityAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "POST", + "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaUserCloudPc", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaUserCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "End", "EndViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaUserCloudPcGracePeriod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaUserEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaUserEventInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaUserPendingAccessReviewInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaUserPendingAccessReviewInstance", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBetaVirtualEvent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "ApiVersion": "v1.0", - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ], - "Module": "Bookings", + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -491662,39 +492523,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgCommunicationCallMediaProcessing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "ApiVersion": "v1.0", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "Module": "Bookings", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "CloudCommunications", + "Method": "POST", + "Command": "Stop-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -491713,22 +492574,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ - "Stop", - "StopExpanded", - "StopViaIdentity", - "StopViaIdentityExpanded" + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" ], - "Module": "CloudCommunications", + "Method": "POST", + "Command": "Stop-MgCommunicationCallMediaProcessing", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -491747,159 +492608,161 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphStopHoldMusicOperation" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", + "Module": "CloudCommunications", + "Variants": [ + "Stop", + "StopExpanded", + "StopViaIdentity", + "StopViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "End", "EndViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgGroupCalendarEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgGroupEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "ApiVersion": "v1.0", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Module": "Devices.CloudPrint", + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -491934,35 +492797,35 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgPrintShareJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgPrintPrinterJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "ApiVersion": "v1.0", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", + "Method": "POST", + "Command": "Stop-MgPrintShareJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -491981,20 +492844,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "ApiVersion": "v1.0", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", + "Method": "POST", + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -492013,84 +492876,84 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Method": "POST", + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgUserEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Stop-MgUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Stop-MgUserEventInstance", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Submit-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "ApiVersion": "beta", - "Variants": [ - "Submit", - "SubmitViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -492117,65 +492980,65 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Submit-MgBetaEducationMeAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Submit-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Submit-MgBetaEducationUserAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Submit-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Submit-MgBetaSecurityTiIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", - "Uri": "/security/tiIndicators/submitTiIndicators", - "ApiVersion": "beta", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Submit", - "SubmitExpanded" + "SubmitViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Method": "POST", + "Command": "Submit-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Submit-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "ApiVersion": "v1.0", + "Uri": "/security/tiIndicators/submitTiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Submit", - "SubmitViaIdentity" + "SubmitExpanded" ], - "Module": "Education", + "Method": "POST", + "Command": "Submit-MgBetaSecurityTiIndicator", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -492202,114 +493065,114 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationSubmission" + "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "Module": "Education", + "Variants": [ + "Submit", + "SubmitViaIdentity" + ], + "Method": "POST", + "Command": "Submit-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Submit-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Submit-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Submit-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "Module": "Education", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "POST", + "Command": "Submit-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Suspend-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Pause", "PauseViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Suspend-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Suspend-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Pause", "PauseViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Suspend-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Suspend-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", - "ApiVersion": "beta", - "Variants": [ - "Pause", - "PauseViaIdentity" - ], - "Module": "Beta.Education", + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -492328,20 +493191,20 @@ "IsLeastPrivilege": true } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "ApiVersion": "beta", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", + "Module": "Beta.Education", "Variants": [ "Pause", "PauseViaIdentity" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Suspend-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -492360,37 +493223,37 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Pause", + "PauseViaIdentity" + ], + "Method": "POST", + "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Suspend-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "ApiVersion": "v1.0", - "Variants": [ - "Pause", - "PauseViaIdentity" - ], - "Module": "Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -492409,19 +493272,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "Method": "POST", - "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ - "Sync" + "Pause", + "PauseViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "Suspend-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -492440,20 +493304,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", - "Method": "POST", - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", + "CommandAlias": null, + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Sync", - "SyncViaIdentity" + "Sync" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492472,19 +493335,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", - "Method": "POST", - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ - "Sync" + "Sync", + "SyncViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492503,80 +493367,77 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", + "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", "ApiReferenceLink": null, - "Uri": "/deviceManagement/androidForWorkSettings/syncApps", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Sync" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "Uri": "/deviceManagement/androidForWorkSettings/syncApps", "ApiReferenceLink": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "Sync", - "SyncViaIdentity" + "Sync" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" + "SyncViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492595,78 +493456,81 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Sync", + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotSettings/sync", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "Method": "POST", - "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "ApiVersion": "v1.0", - "Variants": [ - "Sync" - ], - "Module": "Devices.CorporateManagement", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -492685,20 +493549,19 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", - "Method": "POST", - "Command": "Sync-MgDeviceAppManagementVppTokenLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ - "Sync", - "SyncViaIdentity" + "Sync" ], - "Module": "Devices.CorporateManagement", + "Method": "POST", + "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492717,22 +493580,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "ApiVersion": "v1.0", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" + "SyncViaIdentity" ], - "Module": "DeviceManagement.Actions", + "Method": "POST", + "Command": "Sync-MgDeviceAppManagementVppTokenLicense", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492751,249 +493612,251 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "Variants": [ + "Sync", + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Sync-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Sync-MgUserManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Sync-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgApplicationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/applications/validateProperties", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgApplicationProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgApplicationSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgApplicationSynchronizationJobCredential", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaAdministrativeUnitProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/administrativeUnits/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaAdministrativeUnitProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaApplicationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/applications/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaApplicationProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaApplicationSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaApplicationSynchronizationJobCredential", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaContactProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/contacts/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaContactProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaContractProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/contracts/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaContractProperty", + "ApiVersion": "beta" }, { - "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", - "Method": "POST", - "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/validateXml", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/validateFilter", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult" + "Method": "POST", + "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult" + "Method": "POST", + "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDeviceProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/devices/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDeviceProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDirectoryDeletedItemProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directory/deletedItems/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDirectoryDeletedItemProperty", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDirectoryObjectProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Uri": "/directoryObjects/validateProperties", - "ApiVersion": "beta", - "Variants": [ - "Validate", - "ValidateExpanded" - ], - "Module": "Beta.DirectoryObjects", + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -493028,114 +493891,114 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directoryObjects/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "Method": "POST", + "Command": "Test-MgBetaDirectoryObjectProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDirectoryRoleProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directoryRoles/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDirectoryRoleProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDirectoryRoleTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDirectoryRoleTemplateProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDirectorySettingTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directorySettingTemplates/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDirectorySettingTemplateProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgBetaDriveListContentTypePublished", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/validatePermission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaDriveRootPermission", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", - "ApiVersion": "beta", - "Variants": [ - "Validate", - "ValidateViaIdentity" - ], - "Module": "Beta.Search", + "OutputType": null, "Permissions": [ { "Name": "IndustryData-DataConnector.ReadWrite.All", @@ -493154,103 +494017,101 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", + "Module": "Beta.Search", + "Variants": [ + "Validate", + "ValidateViaIdentity" + ], + "Method": "POST", + "Command": "Test-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaGroupDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgBetaGroupDriveListContentTypePublished", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupDynamicMembership", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", "Uri": "/groups/{group-id}/evaluateDynamicMembership", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" + "Method": "POST", + "Command": "Test-MgBetaGroupDynamicMembership", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupDynamicMembershipRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", "Uri": "/groups/evaluateDynamicMembership", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" + "Method": "POST", + "Command": "Test-MgBetaGroupDynamicMembershipRule", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", - "Uri": "/groups/{group-id}/validateProperties", - "ApiVersion": "beta", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -493269,169 +494130,169 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", + "Module": "Beta.Groups", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Test-MgBetaGroupProperty", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaGroupSiteContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgBetaGroupSiteContentTypePublished", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaGroupSiteListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgBetaGroupSiteListContentTypePublished", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaIdentityConditionalAccess", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy" + "Method": "POST", + "Command": "Test-MgBetaIdentityConditionalAccess", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "ApiVersion": "beta", - "Variants": [ - "Validate", - "Validate1", - "ValidateExpanded", - "ValidateViaIdentity" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -493450,65 +494311,67 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation" + "CommandAlias": null, + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Validate", + "Validate1", + "ValidateExpanded", + "ValidateViaIdentity" + ], + "Method": "POST", + "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + "Method": "POST", + "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", "Uri": "/informationProtection/policy/labels/evaluateApplication", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "Uri": "/informationProtection/policy/labels/evaluateRemoval", - "ApiVersion": "beta", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -493527,35 +494390,35 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "CommandAlias": null, + "Uri": "/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], + "Method": "POST", + "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaOrganizationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/organization/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaOrganizationProperty", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", - "ApiVersion": "beta", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -493574,67 +494437,65 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + "CommandAlias": null, + "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Security", + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], + "Method": "POST", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaServicePrincipalProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/servicePrincipals/validateProperties", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaServicePrincipalProperty", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "ApiVersion": "beta", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -493653,252 +494514,252 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaShareListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgBetaShareListContentTypePublished", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaSiteContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgBetaSiteContentTypePublished", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaSiteListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgBetaSiteListContentTypePublished", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserCloudPcBulkResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult" + "Method": "POST", + "Command": "Test-MgBetaUserCloudPcBulkResize", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaUserDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaUserDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Users.Functions", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgBetaUserDriveListContentTypePublished", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaUserDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", - "ApiVersion": "beta", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "Module": "Beta.Users.Actions", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -493917,105 +494778,107 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "CommandAlias": null, + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" + "Method": "POST", + "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgBetaUserManagedAppUserBlocked", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/isManagedAppUserBlocked", - "ApiVersion": "beta", - "Variants": [ - "Is", - "IsViaIdentity" - ], - "Module": "Beta.Users.Functions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -494050,20 +494913,20 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", - "Uri": "/users/validatePassword", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/isManagedAppUserBlocked", + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", "Variants": [ - "Validate", - "ValidateExpanded" + "Is", + "IsViaIdentity" ], - "Module": "Beta.Users.Actions", + "Method": "GET", + "Command": "Test-MgBetaUserManagedAppUserBlocked", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPasswordValidationInformation", "Permissions": [ { "Name": "User.ReadWrite", @@ -494082,37 +494945,35 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPasswordValidationInformation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Uri": "/users/validateProperties", - "ApiVersion": "beta", + "Uri": "/users/validatePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaUserPassword", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", - "ApiVersion": "beta", + "Uri": "/users/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" + "Validate", + "ValidateExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Test-MgBetaUserProperty", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -494131,22 +494992,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -494165,22 +495026,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", - "ApiVersion": "beta", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", + "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -494199,80 +495060,82 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgContactProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Uri": "/contacts/validateProperties", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ - "Validate", - "ValidateExpanded" + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgContractProperty", + "Uri": "/contacts/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Uri": "/contracts/validateProperties", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgContactProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgDeviceProperty", + "Uri": "/contracts/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Uri": "/devices/validateProperties", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgContractProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgDirectoryDeletedItemProperty", + "Uri": "/devices/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Uri": "/directory/deletedItems/validateProperties", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgDeviceProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgDirectoryObjectProperty", + "Uri": "/directory/deletedItems/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Uri": "/directoryObjects/validateProperties", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "DirectoryObjects", + "Method": "POST", + "Command": "Test-MgDirectoryDeletedItemProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -494307,150 +495170,148 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/directoryObjects/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "DirectoryObjects", + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "Method": "POST", + "Command": "Test-MgDirectoryObjectProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgDirectoryRoleProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/directoryRoles/validateProperties", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgDirectoryRoleProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgDirectoryRoleTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/validateProperties", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgDirectoryRoleTemplateProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgDriveListContentTypePublished", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/validatePermission", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgGroupDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgGroupDriveListContentTypePublished", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgGroupProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/validateProperties", - "ApiVersion": "v1.0", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Module": "Groups", + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -494469,67 +495330,67 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/groups/{group-id}/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", + "Module": "Groups", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Test-MgGroupProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgGroupSettingTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/validateProperties", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgGroupSettingTemplateProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgGroupSiteContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgGroupSiteContentTypePublished", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgGroupSiteListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgGroupSiteListContentTypePublished", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "ApiVersion": "v1.0", - "Variants": [ - "Validate", - "Validate1", - "ValidateExpanded", - "ValidateViaIdentity" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -494548,52 +495409,52 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgOrganizationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Uri": "/organization/validateProperties", - "ApiVersion": "v1.0", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Validate", - "ValidateExpanded" + "Validate1", + "ValidateExpanded", + "ValidateViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgServicePrincipalProperty", + "Uri": "/organization/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Uri": "/servicePrincipals/validateProperties", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgOrganizationProperty", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgServicePrincipalSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "ApiVersion": "v1.0", + "Uri": "/servicePrincipals/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" + "ValidateExpanded" ], - "Module": "Applications", + "Method": "POST", + "Command": "Test-MgServicePrincipalProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -494612,129 +495473,131 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Test-MgServicePrincipalSynchronizationJobCredential", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgShareListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgShareListContentTypePublished", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgSiteContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgSiteContentTypePublished", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgSiteListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgSiteListContentTypePublished", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgUserDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "GET", - "Command": "Test-MgUserDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Users.Functions", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": null + "Method": "GET", + "Command": "Test-MgUserDriveListContentTypePublished", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgUserDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Test-MgUserProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/users/validateProperties", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Test-MgUserProperty", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Unblock-MgBetaUserManagedApp", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/unblockManagedApps", - "ApiVersion": "beta", - "Variants": [ - "Unblock", - "UnblockViaIdentity" - ], - "Module": "Beta.Users.Actions", + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -494753,920 +495616,918 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/users/{user-id}/unblockManagedApps", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "Variants": [ + "Unblock", + "UnblockViaIdentity" + ], + "Method": "POST", + "Command": "Unblock-MgBetaUserManagedApp", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaChatMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaChatMessageReplySoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaChatMessageSoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaTeamworkDeletedChatDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedChatDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgBetaUserChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgBetaUserChatMessageSoftDelete", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgChatMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgChatMessageReplySoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgChatMessageSoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgTeamChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgTeamChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgTeamChannelMessageSoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgTeamworkDeletedChatDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgTeamworkDeletedChatDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgUserChatMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgUserChatMessageReplySoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Undo-MgUserChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Undo-MgUserChatMessageSoftDelete", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", + "Module": "Beta.Bookings", "Variants": [ "Unpublish", "Unpublish1", "UnpublishViaIdentity", "UnpublishViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaBookingBusiness", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaGroupDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaGroupSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaGroupSiteListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Files", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaShareListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Sites", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaSiteListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBetaUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBetaUserDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", + "Module": "Bookings", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgBookingBusiness", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgGroupDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgGroupSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgGroupSiteListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Files", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Sites", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgSiteListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Unpublish-MgUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Unpublish-MgUserDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEdge", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdge" + "Method": "PATCH", + "Command": "Update-MgAdminEdge", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternetExplorerMode" + "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerMode", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSiteList" + "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBrowserSite", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSite" + "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Method": "PATCH", + "Command": "Update-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPronounsSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminPeoplePronoun", - "ApiReferenceLink": null, "Uri": "/admin/people/pronouns", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPronounsSettings" + "Method": "PATCH", + "Command": "Update-MgAdminPeoplePronoun", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharepoint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepoint" + "Method": "PATCH", + "Command": "Update-MgAdminSharepoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharepointSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepointSettings" + "Method": "PATCH", + "Command": "Update-MgAdminSharepointSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "PATCH", + "Command": "Update-MgAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "PATCH", + "Command": "Update-MgAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Method": "PATCH", + "Command": "Update-MgAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "PATCH", + "Command": "Update-MgAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "PATCH", + "Command": "Update-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "PATCH", + "Command": "Update-MgAgreementFileVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "Uri": "/applications/{application-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -495685,73 +496546,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationByAppId", + "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "Uri": "/applications(appId='{appId}')", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "PATCH", + "Command": "Update-MgApplication", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationByUniqueName", + "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "Uri": "/applications(uniqueName='{uniqueName}')", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "PATCH", + "Command": "Update-MgApplicationByAppId", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationExtensionProperty", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "ApiVersion": "v1.0", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtensionProperty" + "Method": "PATCH", + "Command": "Update-MgApplicationByUniqueName", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExtensionProperty", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "PATCH", + "Command": "Update-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -495770,107 +496631,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + "Method": "PATCH", + "Command": "Update-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "PATCH", + "Command": "Update-MgApplicationFederatedIdentityCredentialByName", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationSynchronizationJobBulkUpload", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJobBulkUpload", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJobSchema", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -495889,56 +496750,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", - "Uri": "/accessReviews/{accessReview-id}", - "ApiVersion": "beta", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -495957,618 +496818,618 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAccessReview" + "CommandAlias": null, + "Uri": "/accessReviews/{accessReview-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaAccessReview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAccessReviewInstance", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReview" + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAccessReviewReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdge", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdge" + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdge", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternetExplorerMode" + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSiteList" + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBrowserSite", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSite" + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "PATCH", + "Command": "Update-MgBetaAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "PATCH", + "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminPeople", - "ApiReferenceLink": null, "Uri": "/admin/people", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPeopleAdminSettings" + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeople", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInsightsSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminPeopleItemInsight", - "ApiReferenceLink": null, "Uri": "/admin/people/itemInsights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightsSettings" + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeopleItemInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPronounsSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminPeoplePronoun", - "ApiReferenceLink": null, "Uri": "/admin/people/pronouns", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPronounsSettings" + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdminReportSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminReportSetting", - "ApiReferenceLink": null, "Uri": "/admin/reportSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdminReportSettings" + "Method": "PATCH", + "Command": "Update-MgBetaAdminReportSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharepoint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepoint" + "Method": "PATCH", + "Command": "Update-MgBetaAdminSharepoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharepointSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepointSettings" + "Method": "PATCH", + "Command": "Update-MgBetaAdminSharepointSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "PATCH", + "Command": "Update-MgBetaAgreement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "PATCH", + "Command": "Update-MgBetaAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Method": "PATCH", + "Command": "Update-MgBetaAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppIcon" + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppIcon" + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "Uri": "/applications/{application-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496587,73 +497448,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplication" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationByAppId", + "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "Uri": "/applications(appId='{appId}')", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "PATCH", + "Command": "Update-MgBetaApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationByUniqueName", + "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "Uri": "/applications(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Method": "PATCH", + "Command": "Update-MgBetaApplicationByAppId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "ApiVersion": "beta", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtensionProperty" + "Method": "PATCH", + "Command": "Update-MgBetaApplicationByUniqueName", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExtensionProperty", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496672,107 +497533,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + "Method": "PATCH", + "Command": "Update-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "PATCH", + "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationJobSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496791,60 +497652,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusiness", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -496863,15 +497720,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingBusiness" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -496882,7 +497734,12 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusiness", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -496917,15 +497774,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessCalendarView", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -496936,17 +497788,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBookingAppointment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessCustomer", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -496957,7 +497809,12 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -496992,15 +497849,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomer" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -497011,7 +497863,12 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -497038,15 +497895,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessService", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -497057,7 +497909,12 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -497076,15 +497933,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingService" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessStaffMember", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -497095,7 +497947,12 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessService", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -497114,15 +497971,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingStaffMember" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingCurrency", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -497133,41 +497985,50 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBookingCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessFlowTemplate", + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaBookingCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenario", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -497186,56 +498047,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBusinessScenario" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioByUniqueName", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessScenario" + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenario", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBusinessScenario", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlanner", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner" + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioByUniqueName", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlanner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -497254,22 +498115,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -497288,73 +498149,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessScenarioTask" + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -497373,56 +498234,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskDetail", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "ApiReferenceLink": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerTaskDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", - "Uri": "/chats/{chat-id}", - "ApiVersion": "beta", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -497449,22 +498310,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "ApiVersion": "beta", + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaChat", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -497555,56 +498416,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatLastMessagePreview", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "beta", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Method": "POST", + "Command": "Update-MgBetaChatInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatMember", + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgBetaChatLastMessagePreview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatMessage", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaChatMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -497639,107 +498500,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaChatMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaChatMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatOperation", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "PATCH", + "Command": "Update-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatPermissionGrant", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgBetaChatOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatPinnedMessage", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "PATCH", + "Command": "Update-MgBetaChatPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaChatTab", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaChatPinnedMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -497782,22 +498643,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "PATCH", + "Command": "Update-MgBetaChatTab", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -497816,73 +498677,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationCallOperation", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParticipant" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphParticipant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaCommunicationCallRecordingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "ApiVersion": "beta", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -497901,83 +498762,95 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation" + "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Update-MgBetaCommunicationCallRecordingStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsOrganizer" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsParticipant" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -497988,17 +498861,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -498009,173 +498882,161 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistration" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationPresence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaCompliance", - "ApiReferenceLink": null, "Uri": "/compliance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + "Method": "PATCH", + "Command": "Update-MgBetaCompliance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscovery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscovery", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498194,22 +499055,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498228,88 +499089,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", - "UpdateViaIdentity" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + "Method": "POST", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498328,139 +499189,139 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", - "UpdateViaIdentity" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + "Method": "POST", + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498479,39 +499340,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498530,39 +499391,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498581,73 +499442,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaContact", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}", - "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaContract", + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "Uri": "/contracts/{contract-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphContract" + "Method": "PATCH", + "Command": "Update-MgBetaContact", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContract", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDataPolicyOperation", + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Method": "PATCH", + "Command": "Update-MgBetaContract", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", - "Uri": "/devices/{device-id}", - "ApiVersion": "beta", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDataPolicyOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -498674,20 +499535,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgt", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagement", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement", - "ApiVersion": "beta", + "CommandAlias": null, + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498706,39 +499569,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAppManagement" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagement", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498757,22 +499618,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498791,22 +499652,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498825,22 +499686,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498859,22 +499720,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498893,22 +499754,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498927,141 +499788,141 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499080,22 +499941,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499114,22 +499975,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499148,107 +500009,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499267,175 +500128,175 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppOperation" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedEBook", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBook" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", + "OutputType": "IMicrosoftGraphManagedEBook", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEBookInstallSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499454,22 +500315,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499488,22 +500349,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499522,1703 +500383,1703 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileApp" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", - "Method": "POST", - "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", - "Method": "POST", - "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySet" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySetAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySetItem" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Permissions": [], + "CommandAlias": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501237,22 +502098,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501271,22 +502132,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501305,22 +502166,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501339,22 +502200,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtTask", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTask", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501373,22 +502234,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", - "Method": "POST", - "Command": "Update-MgBetaDeviceAppManagementTaskStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501407,22 +502268,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementVppToken", + "CommandAlias": null, + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementTaskStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -501441,90 +502302,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501543,22 +502404,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501577,22 +502438,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501611,22 +502472,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501645,22 +502506,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501679,22 +502540,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501713,22 +502574,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501747,22 +502608,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501781,22 +502642,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501815,88 +502676,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", - "Uri": "/devices(deviceId='{deviceId}')", - "ApiVersion": "beta", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceCommand", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/commands/{command-id}", - "ApiVersion": "beta", + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceByDeviceId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceExtension", + "Uri": "/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagement", + "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501939,150 +502802,150 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagement" + "CommandAlias": null, + "Uri": "/deviceManagement", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502101,362 +502964,360 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAuditEvent", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuditEvent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuditEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCartToClassAssociation" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementCategory", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -502475,22 +503336,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502509,122 +503370,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502643,141 +503506,139 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502796,107 +503657,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDataSharingConsent" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDepOnboardingSetting" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", "ApiReferenceLink": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDerivedCredential", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -502915,22 +503776,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDetectedApp" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -502949,472 +503810,472 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCategory" + "CommandAlias": null, + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Refresh" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503433,22 +504294,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503467,22 +504328,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503493,30 +504354,38 @@ "IsLeastPrivilege": true }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScript" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503535,22 +504404,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503569,22 +504438,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503601,24 +504470,32 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503637,22 +504514,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503671,22 +504548,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceShellScript" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503705,22 +504582,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503739,22 +504616,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503773,22 +504650,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503807,107 +504684,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503926,24 +504803,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503962,15 +504837,10 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "Update1", @@ -503979,789 +504849,796 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyOperation" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntent", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentAssignment", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentCategory", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentDeviceState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentSetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentUserState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -504780,379 +505657,379 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "ApiReferenceLink": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -505171,22 +506048,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -505205,122 +506082,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMonitoring", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", + "Uri": "/deviceManagement/monitoring", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMonitoring", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementNdeConnector", + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphNdesConnector" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNdesConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -505339,22 +506216,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementPartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505373,22 +506250,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteActionAudit" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -505407,20 +506284,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementReport", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Reports", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505455,56 +506334,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementReports" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -505523,39 +506400,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceOperation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementReusableSetting", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -505574,22 +506451,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -505608,22 +506485,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -505642,22 +506519,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505676,56 +506553,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleScopeTag" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScript", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScript" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScript", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505744,22 +506621,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505778,22 +506655,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505812,22 +506689,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505846,22 +506723,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505880,311 +506757,311 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplate", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditions" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506203,39 +507080,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506254,22 +507131,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506288,22 +507165,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506322,22 +507199,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506356,22 +507233,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506390,22 +507267,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506424,22 +507301,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506458,22 +507335,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506492,22 +507369,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506526,22 +507403,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506560,20 +507437,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506592,39 +507471,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506643,22 +507520,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506677,20 +507554,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506709,22 +507588,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506743,22 +507620,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506777,22 +507654,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506811,22 +507688,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506845,22 +507722,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506879,20 +507756,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506911,22 +507790,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506945,39 +507822,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506996,22 +507873,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507030,24 +507907,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507066,22 +507941,24 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507100,22 +507977,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507134,22 +508011,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507168,22 +508045,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507202,39 +508079,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507253,22 +508130,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507287,22 +508164,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507321,22 +508198,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507355,22 +508232,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507389,20 +508266,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507421,22 +508300,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507455,22 +508332,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507489,22 +508366,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507523,20 +508400,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507555,22 +508434,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507589,22 +508466,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507623,22 +508500,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507657,171 +508534,173 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserPfxCertificate" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkAction" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Module": "Beta.DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -507840,358 +508719,356 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings" + "CommandAlias": null, + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcReports", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcReports" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExportJob" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcServicePlan" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSnapshot" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -508210,22 +509087,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -508244,188 +509121,188 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + "CommandAlias": null, + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsageRight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Method": "PATCH", + "Command": "Update-MgBetaDeviceUsageRights", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectory", - "ApiReferenceLink": null, "Uri": "/directory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectory" + "Method": "PATCH", + "Command": "Update-MgBetaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttributeSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/{attributeSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeSet" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateAuthorityPath" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCertificateAuthority", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -508444,345 +509321,345 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAllowedValue" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAllowedValue", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryDeviceLocalCredential", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryExternalUserProfile", + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUserProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", + "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", "ApiReferenceLink": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryFederationConfiguration", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryImpactedResource", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Uri": "/directory/impactedResources/{impactedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", + "Uri": "/directory/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryObject", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "ApiReferenceLink": null, - "Uri": "/directoryObjects/{directoryObject-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", + "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryObject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "ApiReferenceLink": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "ApiReferenceLink": null, - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryRecommendation", + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/{recommendation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", + "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRecommendation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryRole", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryRoleScopedMember", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectoryRoleTemplate", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", - "Uri": "/settings/{directorySetting-id}", - "ApiVersion": "beta", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -508801,226 +509678,226 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectorySetting" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null, - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "ApiVersion": "beta", + "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectorySharedEmailDomain", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "ApiReferenceLink": null, - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomain" + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectorySubscription", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "ApiReferenceLink": null, - "Uri": "/directory/subscriptions/{companySubscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", + "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", - "Uri": "/domains/{domain-id}", - "ApiVersion": "beta", + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "ApiVersion": "beta", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Method": "PATCH", + "Command": "Update-MgBetaDomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "PATCH", + "Command": "Update-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + "Method": "PATCH", + "Command": "Update-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "PATCH", + "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDrive", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "PATCH", + "Command": "Update-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItem", + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", + "Method": "PATCH", + "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -509047,226 +509924,226 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemListItemField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemListItemVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -509293,719 +510170,719 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveList", + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListColumn", + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDriveList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListContentType", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListItem", + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListItemField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListItemVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListOperation", + "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveListSubscription", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRoot", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgBetaDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootAnalytic", + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootListItem", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootListItemField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootListItemVersionField", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootPermission", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootRetentionLabel", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaDriveRootVersion", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClass", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClass", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510024,39 +510901,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510075,56 +510952,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentDefault", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510143,22 +511020,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510177,39 +511054,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510228,39 +511105,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationGradingScheme" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -510279,90 +511156,90 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationOutcome" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -510381,22 +511258,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassModule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -510415,207 +511292,207 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModuleResource" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMe", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassModuleResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignment", + "Uri": "/education/me", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMe", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentRubric", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510634,368 +511511,380 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" + "CommandAlias": null, + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeRubric", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/me/user/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationRoot", - "ApiReferenceLink": null, "Uri": "/education", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRoot" + "Method": "PATCH", + "Command": "Update-MgBetaEducationRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Method": "PATCH", + "Command": "Update-MgBetaEducationSchool", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "PATCH", + "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + "Method": "PATCH", + "Command": "Update-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationError" + "Method": "PATCH", + "Command": "Update-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationSynchronizationProfileStatus", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus" + "Method": "PATCH", + "Command": "Update-MgBetaEducationSynchronizationProfileStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentRubric", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserRubric", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -511004,102 +511893,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionHandler" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -511108,102 +511997,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -511212,139 +512101,127 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternal", - "ApiReferenceLink": null, "Uri": "/external", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternal" + "Method": "PATCH", + "Command": "Update-MgBetaExternal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Method": "PATCH", + "Command": "Update-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataCollectionInfo" + "Method": "PATCH", + "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnection", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -511363,22 +512240,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnection", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -511397,90 +512274,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnectionQuota", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/quota", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota" + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/quota", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/schema", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionQuota", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -511499,472 +512376,484 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema" + "CommandAlias": null, + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataConnector" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinancials", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancial", - "ApiReferenceLink": null, "Uri": "/financials", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinancials" + "Method": "PATCH", + "Command": "Update-MgBetaFinancial", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCountryRegion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCountryRegion" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPayment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomerPayment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -511975,17 +512864,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -511996,119 +512885,119 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEmployee", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmployee" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCompanyInformation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanyInformation" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyInformation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512119,51 +513008,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphJournal", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournal" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphJournalLine", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512174,102 +513063,102 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournalLine" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoice" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512280,17 +513169,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512300,18 +513189,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + ], + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512322,17 +513211,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512343,527 +513232,527 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVendor", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemo" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesInvoice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoice" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512874,17 +513763,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoiceLine" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512895,17 +513784,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512916,17 +513805,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -512937,187 +513826,187 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesOrder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrder" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesOrderLine", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -513128,17 +514017,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrderLine" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -513149,17 +514038,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -513170,17 +514059,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -513191,170 +514080,170 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesQuote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuote" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -513365,17 +514254,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuoteLine" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -513386,17 +514275,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -513407,17 +514296,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -513428,211 +514317,199 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShipmentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTaxArea", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxArea" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTaxGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxGroup" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnitOfMeasure" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVendor", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorCurrency", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentMethod", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPaymentTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", - "Uri": "/groups/{group-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -513651,56 +514528,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", - "Uri": "/groups(uniqueName='{uniqueName}')", - "ApiVersion": "beta", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "ApiVersion": "beta", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", + "Method": "PATCH", + "Command": "Update-MgBetaGroupByUniqueName", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -513719,39 +514596,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "PATCH", + "Command": "Update-MgBetaGroupCalendarEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupConversationThread", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", + "Method": "PATCH", + "Command": "Update-MgBetaGroupCalendarPermission", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -513770,1042 +514647,1042 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPost" + "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThread", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPost", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDrive", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveList", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListContentTypeColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupEndpoint", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupEvent", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", + "Method": "PATCH", + "Command": "Update-MgBetaGroupEndpoint", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -514824,117 +515701,129 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaGroupEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", + "Module": "Beta.Groups", "Variants": [ "Update", "Update1", @@ -514945,160 +515834,148 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + "Method": "PATCH", + "Command": "Update-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaGroupOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaGroupOnenotePageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgBetaGroupPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupPlanner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupPlanner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + "Method": "PATCH", + "Command": "Update-MgBetaGroupPlannerPlanDetail", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSetting", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -515117,168 +515994,180 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDirectorySetting" + "CommandAlias": null, + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaGroupSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -515289,17 +516178,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -515310,17 +516199,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -515331,17 +516220,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathOnenote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecycleBin", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -515352,17 +516241,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBin" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -515373,1139 +516262,1139 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathTermStore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCanvasLayout", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVerticalSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecycleBin", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBin" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBin", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRecycleBinItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBinItem" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -516516,17 +517405,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -516537,136 +517426,136 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -516677,17 +517566,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -516698,51 +517587,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -516753,17 +517642,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -516774,789 +517663,777 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPhoto", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDayNote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTag", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamTagMember", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupThread", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -517575,479 +518452,479 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" + "CommandAlias": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaGroupThread", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPost", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPost" + "Method": "PATCH", + "Command": "Update-MgBetaGroupThreadPost", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityApiConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" + "Method": "POST", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -518066,22 +518943,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNamedLocation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -518108,20 +518985,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": null, - "Uri": "/identity/continuousAccessEvaluationPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -518148,1170 +519027,1180 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy" + "CommandAlias": null, + "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFinding", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsManagement", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsManagement" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsRequestChange" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Refresh", "Refresh1", @@ -519322,102 +520211,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + ], + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "Update1", @@ -519428,290 +520317,278 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityProvider", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/userFlows/{identityUserFlow-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlow" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityUserFlow", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Method": "PATCH", + "Command": "Update-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInformationProtection", - "ApiReferenceLink": null, "Uri": "/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInvitation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Method": "PATCH", + "Command": "Update-MgBetaInvitation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -519730,158 +520607,158 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "ApiVersion": "beta", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + "Method": "PATCH", + "Command": "Update-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOnPremisePublishingProfileAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOnPremisePublishingProfileConnector", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConnectorGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", - "Uri": "/organization/{organization-id}", - "ApiVersion": "beta", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -519908,22 +520785,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganization" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationBranding", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding", - "ApiVersion": "beta", + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgBetaOrganization", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -519942,22 +520819,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBranding" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationBranding", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -519976,73 +520853,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationExtension", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationPartnerInformation", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/partnerInformation", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnerInformation" + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnerInformation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSetting", + "Uri": "/organization/{organization-id}/partnerInformation", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrganizationSettings" + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationPartnerInformation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOrganizationSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSettingContactInsight", + "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/contactInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -520061,22 +520938,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInsightsSettings" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSettingItemInsight", + "Uri": "/organization/{organization-id}/settings/contactInsights", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/itemInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingContactInsight", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -520095,39 +520972,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInsightsSettings" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "Uri": "/organization/{organization-id}/settings/itemInsights", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings" + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingItemInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSettingPersonInsight", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -520146,105 +521023,105 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphInsightsSettings" + "CommandAlias": null, + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingPersonInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", "Uri": "/places/{place-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlace" + "Method": "PATCH", + "Command": "Update-MgBetaPlace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "PATCH", + "Command": "Update-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWorkspace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkspace" + "Method": "PATCH", + "Command": "Update-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlaceByPlaceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", "Uri": "/places(placeId='{placeId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlace" + "Method": "PATCH", + "Command": "Update-MgBetaPlaceByPlaceId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlanner", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlanner", - "ApiReferenceLink": null, "Uri": "/planner", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlanner" + "Method": "PATCH", + "Command": "Update-MgBetaPlanner", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerBucket", - "ApiReferenceLink": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520271,22 +521148,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerPlan", + "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerBucket", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520313,22 +521190,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerPlanDetail", + "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerPlan", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520355,56 +521232,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerRoster", + "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerRoster" + "Method": "PATCH", + "Command": "Update-MgBetaPlannerPlanDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerRoster", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}", "ApiReferenceLink": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerRosterMember" + "Method": "PATCH", + "Command": "Update-MgBetaPlannerRoster", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTask", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerRosterMember", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520431,22 +521308,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTask", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520473,22 +521350,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520515,22 +521392,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTaskDetail", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/details", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520557,22 +521434,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/details", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskDetail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520599,37 +521476,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAccessReviewPolicy", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/policies/accessReviewPolicy", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/accessReviewPolicy", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAccessReviewPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -520648,37 +521525,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/adminConsentRequestPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAppManagementPolicy", + "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -520697,69 +521574,69 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationFlowsPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", + "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -520778,22 +521655,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "ApiVersion": "beta", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -520812,88 +521689,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "beta", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "POST", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAuthorizationPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "ApiReferenceLink": null, - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyClaimMappingPolicy", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -520912,112 +521789,114 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + "CommandAlias": null, + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPolicyTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicyTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/defaultAppManagementPolicy", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -521036,84 +521915,82 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" + "CommandAlias": null, + "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/policies/directoryRoleAccessReviewPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyExternalIdentityPolicy", - "ApiReferenceLink": null, "Uri": "/policies/externalIdentitiesPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyExternalIdentityPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/federatedTokenValidationPolicy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -521132,20 +522009,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -521164,158 +522043,156 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyPermissionGrantPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyRoleManagementPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -521334,73 +522211,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyTokenIssuancePolicy", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -521419,22 +522296,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -521453,71 +522330,71 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrint", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": null, - "Uri": "/print", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrint" + "Method": "PATCH", + "Command": "Update-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintConnector", + "Uri": "/print", "ApiReferenceLink": null, - "Uri": "/print/connectors/{printConnector-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Method": "PATCH", + "Command": "Update-MgBetaPrint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintOperation", + "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Uri": "/print/operations/{printOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Method": "PATCH", + "Command": "Update-MgBetaPrintConnector", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinter", + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "PATCH", + "Command": "Update-MgBetaPrintOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -521536,22 +522413,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinter" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterJob", + "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinter", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -521578,1001 +522455,1013 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShare", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintService", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintService" + "Method": "PATCH", + "Command": "Update-MgBetaPrintService", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + "Method": "PATCH", + "Command": "Update-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Method": "PATCH", + "Command": "Update-MgBetaPrintShare", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "PATCH", + "Command": "Update-MgBetaPrintShareJob", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "PATCH", + "Command": "Update-MgBetaPrintShareJobDocument", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "PATCH", + "Command": "Update-MgBetaPrintShareJobTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrintTaskDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "PATCH", + "Command": "Update-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccess" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccess", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgram", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", "Uri": "/programs/{program-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Method": "PATCH", + "Command": "Update-MgBetaProgram", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgramControl", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaProgramControl", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "Update1", @@ -522587,17 +523476,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControl" + "Method": "PATCH", + "Command": "Update-MgBetaProgramControl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgram", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaProgramControlProgram", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}/program", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "Update1", @@ -522608,310 +523497,300 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Method": "PATCH", + "Command": "Update-MgBetaProgramControlProgram", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProgramControlType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaProgramControlType", - "ApiReferenceLink": null, "Uri": "/programControlTypes/{programControlType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControlType" + "Method": "PATCH", + "Command": "Update-MgBetaProgramControlType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + "Method": "PATCH", + "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBilling", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBilling" + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBilling", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingReconciliation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingUsage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingUsageBilled", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/sla/azureADAuthentication", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAzureAdAuthentication" + "Method": "PATCH", + "Command": "Update-MgBetaReportSlaAzureAdAuthentication", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot" + "Method": "PATCH", + "Command": "Update-MgBetaReportUserInsightDaily", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot" + "Method": "PATCH", + "Command": "Update-MgBetaReportUserInsightMonthly", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Method": "PATCH", + "Command": "Update-MgBetaRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + "Method": "PATCH", + "Command": "Update-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Method": "PATCH", + "Command": "Update-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Method": "PATCH", + "Command": "Update-MgBetaRiskyUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + "Method": "PATCH", + "Command": "Update-MgBetaRiskyUserHistory", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagement", - "ApiReferenceLink": null, - "Uri": "/roleManagement", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Module": "Beta.DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522930,122 +523809,120 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleManagement" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPc", + "Uri": "/roleManagement", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", + "Uri": "/roleManagement/cloudPC", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPc", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -523088,37 +523965,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagement", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523137,107 +524016,105 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", + "Uri": "/roleManagement/deviceManagement", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -523280,224 +524157,224 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectory", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory", - "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -523516,919 +524393,919 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "CommandAlias": null, + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagement", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchange", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacApplication" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchange", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCustomAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -524447,22 +525324,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchemaExtension" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSearchAcronym", - "ApiReferenceLink": null, - "Uri": "/search/acronyms/{acronym-id}", - "ApiVersion": "beta", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", + "Method": "PATCH", + "Command": "Update-MgBetaSchemaExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -524481,22 +525358,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchAcronym" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSearchBookmark", + "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", + "Method": "PATCH", + "Command": "Update-MgBetaSearchAcronym", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -524515,388 +525392,388 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchBookmark" + "CommandAlias": null, + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiReferenceLink": null, + "Module": "Beta.Search", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaSearchBookmark", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSearchEntity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSearchEntity", - "ApiReferenceLink": null, "Uri": "/search", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchEntity" + "Method": "PATCH", + "Command": "Update-MgBetaSearchEntity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSearchQna", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas/{qna-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchQna" + "Method": "PATCH", + "Command": "Update-MgBetaSearchQna", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAction", - "ApiReferenceLink": null, "Uri": "/security/securityActions/{securityAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAction" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAlert", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts/{alert-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAlert", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSecurityAlertMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", "Uri": "/security/alerts/updateAlerts", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Update1", "UpdateExpanded1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Method": "POST", + "Command": "Update-MgBetaSecurityAlertMultiple", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAlertV2", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingCampaign" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAuditLog", - "ApiReferenceLink": null, "Uri": "/security/auditLog", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAuditLog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCasesRoot" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCase", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -524915,41 +525792,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", - "Update1", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -524968,73 +525843,75 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Update", + "Update1", "UpdateExpanded", "UpdateViaIdentity", + "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Method": "POST", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525053,75 +525930,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", - "Update1", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525140,73 +526015,75 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "ApiVersion": "beta", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Update", + "Update1", "UpdateExpanded", "UpdateViaIdentity", + "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Method": "POST", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525225,22 +526102,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525259,56 +526136,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525327,1190 +526204,1190 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCollaboration", - "ApiReferenceLink": null, "Uri": "/security/collaboration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCollaboration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainSecurityProfile" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphFileSecurityProfile" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphHostSecurityProfile" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityIdentity", - "ApiReferenceLink": null, "Uri": "/security/identities", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIdentityContainer" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIdentity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHealthIssue" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIncident", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIncident" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIncident", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityInformationProtection", - "ApiReferenceLink": null, "Uri": "/security/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtection" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/labelPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphIPSecurityProfile" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCitation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphProviderTenantSetting" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityRule", - "ApiReferenceLink": null, "Uri": "/security/rules", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRulesRoot" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDetectionRule" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecureScore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScore" + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySecureScore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostReputation" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators/{tiIndicator-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTiIndicator", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSecurityTiIndicatorMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", "Uri": "/security/tiIndicators/updateTiIndicators", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", + "Module": "Beta.Security", "Variants": [ "Update1", "UpdateExpanded1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Method": "POST", + "Command": "Update-MgBetaSecurityTiIndicatorMultiple", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTrigger", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTriggerType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSecurityProfile" + "Method": "PATCH", + "Command": "Update-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -526537,129 +527414,171 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "Module": "Beta.Applications", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipal", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", "Uri": "/servicePrincipals(appId='{appId}')", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalByAppId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": null, + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", + "Method": "POST", + "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", "Permissions": [ { - "Name": "Application.ReadWrite.All", - "Description": "Read and write all applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -526673,329 +527592,357 @@ "IsLeastPrivilege": false }, { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareList", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgBetaShareList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaShareListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgBetaShareListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -527006,17 +527953,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaShareListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -527027,17 +527974,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -527048,17 +527995,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -527069,17 +528016,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -527090,17 +528037,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -527111,17 +528058,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -527132,17 +528079,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -527153,177 +528100,165 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaShareListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaShareListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgBetaSharePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Method": "PATCH", + "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "PATCH", + "Command": "Update-MgBetaSite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaSiteAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "PATCH", + "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteColumn", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527342,22 +528277,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteContentType", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "PATCH", + "Command": "Update-MgBetaSiteColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527376,22 +528311,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "PATCH", + "Command": "Update-MgBetaSiteContentType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527410,53 +528345,44 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteGetByPathAnalytic", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteGetByPathOnenote", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -527467,17 +528393,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "PATCH", + "Command": "Update-MgBetaSiteGetByPathAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteGetByPathTermStore", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "Update1", @@ -527488,41 +528414,50 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "PATCH", + "Command": "Update-MgBetaSiteGetByPathOnenote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteList", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgBetaSiteGetByPathTermStore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "PATCH", + "Command": "Update-MgBetaSiteList", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527541,22 +528476,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListColumn", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527575,22 +528510,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListContentType", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527609,695 +528544,707 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItemField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaSiteListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaSiteOnenotePageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteSectionPageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "PATCH", + "Command": "Update-MgBetaSitePage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCanvasLayout", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVerticalSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgBetaSitePermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStore", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528308,17 +529255,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528329,136 +529276,136 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + ], + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528469,17 +529416,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528490,51 +529437,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528545,17 +529492,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528566,228 +529513,216 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscribedSku", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus/{subscribedSku-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribedSku" + "Method": "PATCH", + "Command": "Update-MgBetaSubscribedSku", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", "Uri": "/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaSubscription", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", - "Uri": "/teams/{team-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Teams", + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -528822,22 +529757,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -528872,22 +529807,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannel", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -528922,90 +529857,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -529072,22 +530007,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelTab", + "ApiVersion": "beta" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -529186,22 +530121,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamMember", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "POST", + "Command": "Update-MgBetaTeamInstalledApp", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -529236,311 +530171,311 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamOperation", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "PATCH", + "Command": "Update-MgBetaTeamMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamOwnerMailboxSetting", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaTeamOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPermissionGrant", + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgBetaTeamOwnerMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPhoto", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/photo", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPrimaryChannel", + "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPhoto", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPrimaryChannelMessage", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamPrimaryChannelTab", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleDayNote", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDayNote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleShift", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -529559,107 +530494,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamTag", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -529678,1221 +530613,1221 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTeamworkTag" + "CommandAlias": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaTeamTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "PATCH", + "Command": "Update-MgBetaTeamTagMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamwork", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamwork", - "ApiReferenceLink": null, "Uri": "/teamwork", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamwork" + "Method": "PATCH", + "Command": "Update-MgBetaTeamwork", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDevice", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDevice" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeviceActivity", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeviceHealth", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceHealth", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaTeamworkDeviceSoftware", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaTeamworkDeviceSoftware", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppSettings" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkTeamAppSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrustFramework", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTrustFramework", - "ApiReferenceLink": null, "Uri": "/trustFramework", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFramework" + "Method": "PATCH", + "Command": "Update-MgBetaTrustFramework", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": null, "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" + "Method": "PATCH", + "Command": "Update-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", - "Uri": "/users/{user-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Users", + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -530967,90 +531902,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserActivity", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "ApiVersion": "beta", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "PATCH", + "Command": "Update-MgBetaUser", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Method": "PATCH", + "Command": "Update-MgBetaUserActivity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserActivityStatistics", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityStatistics" + "Method": "PATCH", + "Command": "Update-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphActivityStatistics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserAppRoleAssignment", + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaUserActivityStatistics", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -531069,56 +532004,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -531137,49 +532072,61 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSignInPreferences", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserAuthenticationSignInPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/signInPreferences", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSignInPreferences" + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationSignInPreference", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendarGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarGroup" + "Method": "PATCH", + "Command": "Update-MgBetaUserCalendarGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "Update1", @@ -531190,2455 +532137,2443 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "PATCH", + "Command": "Update-MgBetaUserCalendarPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChat" + "Method": "PATCH", + "Command": "Update-MgBetaUserChat", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaUserChatInstalledApp", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatLastMessagePreview", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMember", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageReply", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgBetaUserChatTab", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "PATCH", + "Command": "Update-MgBetaUserContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderContact", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderContactPhoto", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgBetaUserContactPhoto", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "PATCH", + "Command": "Update-MgBetaUserDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceByDeviceId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceCommand", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsageRight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "PATCH", + "Command": "Update-MgBetaUserDrive", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveList", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentType", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListOperation", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRoot", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootAnalytic", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItem", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemVersionField", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootPermission", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootRetentionLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootVersion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "PATCH", + "Command": "Update-MgBetaUserEvent", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserEventExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInferenceClassification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInferenceClassification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassification" + "Method": "PATCH", + "Command": "Update-MgBetaUserInferenceClassification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Method": "PATCH", + "Command": "Update-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphItemInsights", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemInsights" + "Method": "PATCH", + "Command": "Update-MgBetaUserInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSharedInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInsightShared", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedInsight" + "Method": "PATCH", + "Command": "Update-MgBetaUserInsightShared", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphTrending", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInsightTrending", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrending" + "Method": "PATCH", + "Command": "Update-MgBetaUserInsightTrending", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUsedInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserInsightUsed", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsedInsight" + "Method": "PATCH", + "Command": "Update-MgBetaUserInsightUsed", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Method": "PATCH", + "Command": "Update-MgBetaUserLicenseDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailboxSettings", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserMailboxSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDevice", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "PATCH", + "Command": "Update-MgBetaUserMessage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserMessageExtension", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState" + "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications/{notification-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotification" + "Method": "PATCH", + "Command": "Update-MgBetaUserNotification", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnenotePage", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaUserOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaUserOnenotePageContent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnenoteSection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeeting", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -533657,15 +534592,27 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeeting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -533676,17 +534623,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -533697,262 +534644,250 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistration" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOutlookTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskGroup" + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", "Uri": "/users/{user-id}/changePassword", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", + "Module": "Beta.Users.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaUserPassword", + "ApiVersion": "beta" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserPlanner", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Planner", + "OutputType": "IMicrosoftGraphPlannerUser", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -533971,56 +534906,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerUser" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserPresence", + "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/presence", - "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Method": "PATCH", + "Command": "Update-MgBetaUserPlanner", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfile", + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile", - "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfile" + "Method": "PATCH", + "Command": "Update-MgBetaUserPresence", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileAccount", + "Uri": "/users/{user-id}/profile", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfile", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserAccountInformation", "Permissions": [ { "Name": "User.ReadWrite", @@ -534039,22 +534974,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserAccountInformation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileAddress", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAccount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemAddress", "Permissions": [ { "Name": "User.ReadWrite", @@ -534073,22 +535008,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemAddress" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAddress", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Permissions": [ { "Name": "User.ReadWrite", @@ -534107,22 +535042,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileAward", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAnniversary", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAward", "Permissions": [ { "Name": "User.ReadWrite", @@ -534141,22 +535076,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAward" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileCertification", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAward", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonCertification", "Permissions": [ { "Name": "User.ReadWrite", @@ -534175,22 +535110,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonCertification" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileCertification", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphEducationalActivity", "Permissions": [ { "Name": "User.ReadWrite", @@ -534209,22 +535144,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationalActivity" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileEmail", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemEmail", "Permissions": [ { "Name": "User.ReadWrite", @@ -534243,22 +535178,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemEmail" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileInterest", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileEmail", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonInterest", "Permissions": [ { "Name": "User.ReadWrite", @@ -534277,22 +535212,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonInterest" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileLanguage", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileInterest", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLanguageProficiency", "Permissions": [ { "Name": "User.ReadWrite", @@ -534311,22 +535246,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphLanguageProficiency" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileName", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileLanguage", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonName", "Permissions": [ { "Name": "User.ReadWrite", @@ -534345,22 +535280,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonName" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileNote", + "Uri": "/users/{user-id}/profile/names/{personName-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileName", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonAnnotation", "Permissions": [ { "Name": "User.Read", @@ -534403,22 +535338,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonAnnotation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfilePatent", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileNote", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPatent", "Permissions": [ { "Name": "User.ReadWrite", @@ -534437,22 +535372,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPatent" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfilePhone", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePatent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPhone", "Permissions": [ { "Name": "User.ReadWrite", @@ -534471,22 +535406,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPhone" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfilePosition", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePhone", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWorkPosition", "Permissions": [ { "Name": "User.ReadWrite", @@ -534505,22 +535440,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWorkPosition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileProject", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePosition", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphProjectParticipation", "Permissions": [ { "Name": "User.ReadWrite", @@ -534539,22 +535474,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphProjectParticipation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfilePublication", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileProject", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphItemPublication", "Permissions": [ { "Name": "User.ReadWrite", @@ -534573,22 +535508,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphItemPublication" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileSkill", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePublication", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphSkillProficiency", "Permissions": [ { "Name": "User.ReadWrite", @@ -534607,22 +535542,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSkillProficiency" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileSkill", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphWebAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -534641,22 +535576,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWebAccount" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileWebsite", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileWebAccount", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphPersonWebsite", "Permissions": [ { "Name": "User.ReadWrite", @@ -534675,124 +535610,124 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPersonWebsite" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileWebsite", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSecurity", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security", - "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurity1" + "Method": "PATCH", + "Command": "Update-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurity1", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSecurityInformationProtection", + "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtection" + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurity", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtection", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSetting", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings", - "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphUserSettings", "Permissions": [ { "Name": "User.ReadWrite", @@ -534811,73 +535746,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserSettings" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingContactMergeSuggestion", + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactMergeSuggestions" + "Method": "PATCH", + "Command": "Update-MgBetaUserSetting", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingItemInsight", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInsightsSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingContactMergeSuggestion", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", + "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings" + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingItemInsight", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphShiftPreferences", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -534896,141 +535831,141 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphShiftPreferences" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingStorage", + "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserStorage" + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingShiftPreference", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserStorage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingStorageQuota", + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedStorageQuota" + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingStorage", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingStorageQuotaService", + "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingStorageQuota", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingWindows", + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingWindowsInstance", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingWindows", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTeamwork", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserTeamwork" + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphUserTeamwork", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Method": "PATCH", + "Command": "Update-MgBetaUserTeamwork", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoList", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "PATCH", + "Command": "Update-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -535049,39 +535984,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTodoTaskList" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoList", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -535100,39 +536035,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTodoTask" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTask", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -535151,39 +536086,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphChecklistItem" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskExtension", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -535202,770 +536137,770 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphLinkedResource" + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Users", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskLinkedResource", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEvent", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhall", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinar", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuDeployment", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuDeploymentAudience", - "Method": "POST", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", - "Method": "POST", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuPolicy", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuPolicyAudience", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "ApiVersion": "beta", + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", - "Method": "POST", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "ApiVersion": "beta", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuProduct", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesProduct", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/products/{product-id}", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuProductEdition", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesProductEdition", + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/products/{product-id}", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuProductKnownIssue", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuProductRevision", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesProductRevision", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuResourceConnection", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesResourceConnection", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", + "ApiVersion": "beta" }, { - "CommandAlias": "Update-MgBetaWuUpdatableAsset", - "Method": "PATCH", - "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Permissions": [], + "CommandAlias": null, + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", "ApiReferenceLink": null, - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBookingBusiness", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "ApiVersion": "v1.0", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" + }, + { + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -535984,22 +536919,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingBusiness" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "PATCH", + "Command": "Update-MgBookingBusiness", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -536034,39 +536969,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Method": "PATCH", + "Command": "Update-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBookingAppointment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -536101,22 +537036,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBookingBusinessCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -536143,22 +537078,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -536177,22 +537112,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphBookingService" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", + "Method": "PATCH", + "Command": "Update-MgBookingBusinessService", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -536211,39 +537146,39 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBookingCurrency", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "ApiReferenceLink": null, - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingCurrency" + "Method": "PATCH", + "Command": "Update-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBookingCurrency", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", - "Uri": "/chats/{chat-id}", - "ApiVersion": "v1.0", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "PATCH", + "Command": "Update-MgBookingCurrency", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -536270,22 +537205,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChat" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "ApiVersion": "v1.0", + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "PATCH", + "Command": "Update-MgChat", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -536376,56 +537311,56 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChatLastMessagePreview", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "v1.0", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Method": "POST", + "Command": "Update-MgChatInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChatMember", + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgChatLastMessagePreview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChatMessage", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "PATCH", + "Command": "Update-MgChatMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -536460,90 +537395,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgChatMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgChatMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChatPermissionGrant", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "PATCH", + "Command": "Update-MgChatPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgChatTab", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "PATCH", + "Command": "Update-MgChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -536586,22 +537521,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", + "Method": "PATCH", + "Command": "Update-MgChatTab", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -536620,73 +537555,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationCallOperation", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Method": "PATCH", + "Command": "Update-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParticipant" + "Method": "PATCH", + "Command": "Update-MgCommunicationCallOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphParticipant", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgCommunicationCallRecordingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", + "Method": "PATCH", + "Command": "Update-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -536705,207 +537640,207 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "ApiVersion": "v1.0", + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Method": "POST", + "Command": "Update-MgCommunicationCallRecordingStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationOnlineMeeting", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Method": "PATCH", + "Command": "Update-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationOnlineMeetingRecording", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationOnlineMeetingTranscript", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCommunicationPresence", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Uri": "/communications/presences/{presence-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgCompliance", + "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, - "Uri": "/compliance", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompliance" + "Method": "PATCH", + "Command": "Update-MgCommunicationPresence", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCompliance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgContact", + "Uri": "/compliance", "ApiReferenceLink": null, - "Uri": "/contacts/{orgContact-id}", - "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Method": "PATCH", + "Command": "Update-MgCompliance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgContract", + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "Uri": "/contracts/{contract-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphContract" + "Method": "PATCH", + "Command": "Update-MgContact", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContract", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDataPolicyOperation", + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Method": "PATCH", + "Command": "Update-MgContract", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", - "Uri": "/devices/{device-id}", - "ApiVersion": "v1.0", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgDataPolicyOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -536932,20 +537867,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDevice" - }, - { - "CommandAlias": "Update-MgDeviceAppMgt", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0", - "Uri": "/deviceAppManagement", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -536964,39 +537901,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAppManagement" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Uri": "/deviceAppManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagement", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537015,22 +537950,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537049,22 +537984,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537083,22 +538018,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537117,22 +538052,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537151,22 +538086,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537185,39 +538120,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", + "CommandAlias": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537236,22 +538171,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537270,22 +538205,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537304,90 +538239,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedAppPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedAppRegistration", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537406,158 +538341,158 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppOperation" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedAppStatus", + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedEBook", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBook" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", + "OutputType": "IMicrosoftGraphManagedEBook", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEBookInstallSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537576,22 +538511,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537610,22 +538545,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537644,1042 +538579,1042 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtMobileApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileApp", + "CommandAlias": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileApp" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "OutputType": "IMicrosoftGraphMobileApp", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "OutputType": "IMicrosoftGraphMobileAppContent", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "OutputType": null, + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppCategory", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0" }, { - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Permissions": [], + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538698,22 +539633,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538732,22 +539667,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538766,22 +539701,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtVppToken", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementVppToken", + "CommandAlias": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -538800,22 +539735,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphVppToken" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "CommandAlias": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538834,22 +539769,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538868,22 +539803,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538902,22 +539837,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "CommandAlias": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538936,54 +539871,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", - "Uri": "/devices(deviceId='{deviceId}')", - "ApiVersion": "v1.0", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceExtension", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceByDeviceId", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0", - "Uri": "/deviceManagement", - "ApiVersion": "v1.0", + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -539026,20 +539963,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagement" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagement", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539058,39 +539995,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuditEvent" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuditEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539109,20 +540044,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Enrollment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539141,22 +540078,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -539175,22 +540110,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDetectedApp" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -539209,358 +540144,358 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceCategory" + "CommandAlias": null, + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539579,22 +540514,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Enrollment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539613,22 +540548,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539647,56 +540582,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -539715,158 +540650,158 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementManagedDeviceCategory", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "POST", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -539885,22 +540820,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539919,56 +540854,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementPartner", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539987,22 +540922,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -540021,20 +540956,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementReport", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Reports", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540069,22 +541006,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceManagementReports" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementReport", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -540103,22 +541038,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphResourceOperation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -540137,22 +541072,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -540171,22 +541106,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -540205,107 +541140,107 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditions" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540324,22 +541259,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540358,22 +541293,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540392,22 +541327,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540426,22 +541361,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540460,22 +541395,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540494,22 +541429,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540528,22 +541463,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540562,20 +541497,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540594,39 +541531,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540645,22 +541580,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540679,39 +541614,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540730,22 +541665,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540764,22 +541699,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540798,22 +541733,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540832,22 +541767,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540866,22 +541801,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540900,22 +541835,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540934,20 +541869,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540966,22 +541903,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541000,20 +541935,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541032,22 +541969,20 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541066,22 +542001,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541100,22 +542035,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541134,209 +542069,209 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "ApiVersion": "v1.0", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + "Method": "POST", + "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -541355,22 +542290,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -541389,411 +542324,411 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectory", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "Uri": "/directory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectory" + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryAdministrativeUnit", + "Uri": "/directory", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "PATCH", + "Command": "Update-MgDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryAdministrativeUnitExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryAttributeSet", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeSet" + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttributeSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + "Method": "PATCH", + "Command": "Update-MgDirectoryAttributeSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAllowedValue" + "Method": "PATCH", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAllowedValue", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryDeviceLocalCredential", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Method": "PATCH", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryFederationConfiguration", + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "PATCH", + "Command": "Update-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryObject", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Uri": "/directoryObjects/{directoryObject-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Method": "PATCH", + "Command": "Update-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryOnPremiseSynchronization", + "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Method": "PATCH", + "Command": "Update-MgDirectoryObject", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryRole", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "PATCH", + "Command": "Update-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryRoleByRoleTemplateId", + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Method": "PATCH", + "Command": "Update-MgDirectoryRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryRoleScopedMember", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "PATCH", + "Command": "Update-MgDirectoryRoleByRoleTemplateId", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectoryRoleTemplate", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "Method": "PATCH", + "Command": "Update-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectorySubscription", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, - "Uri": "/directory/subscriptions/{companySubscription-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "PATCH", + "Command": "Update-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", + "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Method": "PATCH", + "Command": "Update-MgDirectorySubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", - "Uri": "/domains/{domain-id}", - "ApiVersion": "v1.0", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Method": "PATCH", + "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDomainFederationConfiguration", - "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "ApiVersion": "v1.0", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Method": "PATCH", + "Command": "Update-MgDomain", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "PATCH", + "Command": "Update-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Method": "PATCH", + "Command": "Update-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDrive", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "PATCH", + "Command": "Update-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItem", + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", + "Method": "PATCH", + "Command": "Update-MgDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -541820,226 +542755,226 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphDriveItem" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemListItemField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemListItemVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -542066,719 +543001,719 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPermission" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveList", + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListColumn", + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListItem", + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListItemField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListItemVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListOperation", + "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveListSubscription", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRoot", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootAnalytic", + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootListItem", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootListItemField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootListItemVersionField", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootRetentionLabel", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgDriveRootVersion", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClass", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Method": "PATCH", + "Command": "Update-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", + "Method": "PATCH", + "Command": "Update-MgEducationClass", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -542797,39 +543732,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -542848,39 +543783,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -542899,22 +543834,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -542933,56 +543868,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -543001,56 +543936,56 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationOutcome" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassModule", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -543069,22 +544004,22 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModule" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationClassModuleResource", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", + "Method": "PATCH", + "Command": "Update-MgEducationClassModule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -543103,156 +544038,156 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphEducationModuleResource" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMe", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Method": "PATCH", + "Command": "Update-MgEducationClassModuleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeAssignment", + "Uri": "/education/me", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "PATCH", + "Command": "Update-MgEducationMe", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeAssignmentRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeAssignmentSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -543271,334 +544206,346 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEducationRubric" + "CommandAlias": null, + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Module": "Education", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgEducationMeRubric", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationMeUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/me/user/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgEducationMeUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationRoot", - "ApiReferenceLink": null, "Uri": "/education", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRoot" + "Method": "PATCH", + "Command": "Update-MgEducationRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Method": "PATCH", + "Command": "Update-MgEducationSchool", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationSchoolAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Method": "PATCH", + "Command": "Update-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Method": "PATCH", + "Command": "Update-MgEducationUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgEducationUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Method": "PATCH", + "Command": "Update-MgEducationUserRubric", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgEntitlementManagementAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -543607,51 +544554,51 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageQuestion" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", + "Module": "Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -543660,68 +544607,68 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -543736,17 +544683,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -543757,17 +544704,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -543778,17 +544725,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -543799,34 +544746,34 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -543841,17 +544788,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -543862,17 +544809,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -543883,17 +544830,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -543904,306 +544851,306 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalog", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -544218,17 +545165,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -544239,17 +545186,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -544260,17 +545207,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -544281,34 +545228,34 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -544323,17 +545270,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -544344,17 +545291,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -544365,17 +545312,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -544386,564 +545333,552 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScopeResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgEntitlementManagementSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/settings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgExternal", - "ApiReferenceLink": null, "Uri": "/external", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + "Method": "PATCH", + "Command": "Update-MgExternal", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgExternalConnection", - "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -544962,22 +545897,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", + "Method": "PATCH", + "Command": "Update-MgExternalConnection", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -544996,73 +545931,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Method": "PATCH", + "Command": "Update-MgExternalConnectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Method": "PATCH", + "Command": "Update-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Method": "PATCH", + "Command": "Update-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Uri": "/external/connections/{externalConnection-id}/schema", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", + "Method": "PATCH", + "Command": "Update-MgExternalConnectionOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -545081,22 +546016,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", - "Uri": "/groups/{group-id}", - "ApiVersion": "v1.0", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": null, + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", + "Method": "PATCH", + "Command": "Update-MgExternalConnectionSchema", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -545115,56 +546050,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroup" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupAppRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", - "Uri": "/groups(uniqueName='{uniqueName}')", - "ApiVersion": "v1.0", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Method": "PATCH", + "Command": "Update-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupCalendarEvent", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "ApiVersion": "v1.0", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", + "Method": "PATCH", + "Command": "Update-MgGroupByUniqueName", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -545183,39 +546118,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "PATCH", + "Command": "Update-MgGroupCalendarEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupConversationThread", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", + "Method": "PATCH", + "Command": "Update-MgGroupCalendarPermission", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -545234,1008 +546169,1008 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupConversationThread", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDrive", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveList", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgGroupDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListContentTypeColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListContentTypeColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupEvent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -546254,66 +547189,78 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEvent" + "CommandAlias": null, + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Module": "Calendar", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgGroupEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", + "Module": "Groups", "Variants": [ "Update", "Update1", @@ -546324,164 +547271,148 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + "Method": "PATCH", + "Command": "Update-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgGroupOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgGroupOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgGroupOnenotePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgGroupPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlannerGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupPlanner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerGroup" + "Method": "PATCH", + "Command": "Update-MgGroupPlanner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + "Method": "PATCH", + "Command": "Update-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSetting", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupSetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -546500,185 +547431,201 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphGroupSetting" + "CommandAlias": null, + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiReferenceLink": null, + "Module": "Groups", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "Method": "PATCH", + "Command": "Update-MgGroupSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupSettingTemplate" + "Method": "PATCH", + "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "PATCH", + "Command": "Update-MgGroupSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgGroupSiteColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -546689,17 +547636,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgGroupSiteGetByPathAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -546710,17 +547657,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "PATCH", + "Command": "Update-MgGroupSiteGetByPathOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -546731,816 +547678,816 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "PATCH", + "Command": "Update-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgGroupSiteList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteResource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "PATCH", + "Command": "Update-MgGroupSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCanvasLayout", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVerticalSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgGroupSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547551,17 +548498,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547572,17 +548519,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547593,17 +548540,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547622,17 +548569,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547651,17 +548598,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547672,17 +548619,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547693,17 +548640,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547714,17 +548661,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547735,17 +548682,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547756,17 +548703,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547777,17 +548724,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547798,17 +548745,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547827,17 +548774,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547856,17 +548803,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547877,17 +548824,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547898,17 +548845,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547927,17 +548874,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547956,17 +548903,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547977,17 +548924,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -547998,17 +548945,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -548019,17 +548966,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -548040,17 +548987,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -548061,17 +549008,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -548082,17 +549029,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -548103,17 +549050,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -548124,17 +549071,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -548145,17 +549092,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -548166,551 +549113,539 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" - }, - { - "CommandAlias": null, "Method": "PATCH", - "Command": "Update-MgGroupTeamChannel", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamChannelMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamChannelMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamChannelMessageReply", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamChannelTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamOperation", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "PATCH", + "Command": "Update-MgGroupTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPermissionGrant", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgGroupTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPhoto", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/photo", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPrimaryChannel", + "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPrimaryChannelMember", + "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPrimaryChannelMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamPrimaryChannelTab", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleOpenShift", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleShift", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleTimeOff", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamScheduleTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamTag", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTag", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupTeamTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "PATCH", + "Command": "Update-MgGroupTeamTag", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupThread", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", + "Method": "PATCH", + "Command": "Update-MgGroupTeamTagMember", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -548729,226 +549664,226 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationThread" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupThreadPostExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupThread", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgGroupThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityApiConnector", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityAuthenticationEventListener", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": null, - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + "Method": "PATCH", + "Command": "Update-MgIdentityApiConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityB2XUserFlow", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + "Method": "PATCH", + "Command": "Update-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -548967,22 +549902,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphNamedLocation" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": null, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -549009,757 +549944,769 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "CommandAlias": null, + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + "Method": "PATCH", + "Command": "Update-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -549770,209 +550717,197 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Method": "PATCH", + "Command": "Update-MgIdentityProvider", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Method": "PATCH", + "Command": "Update-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInformationProtection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgInformationProtection", - "ApiReferenceLink": null, "Uri": "/informationProtection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Method": "PATCH", + "Command": "Update-MgInformationProtection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Method": "PATCH", + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Method": "PATCH", + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInvitation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Method": "PATCH", + "Command": "Update-MgInvitation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgInvitationInvitedUserMailboxSetting", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -549991,22 +550926,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0", - "Uri": "/organization/{organization-id}", - "ApiVersion": "v1.0", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -550033,22 +550968,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganization" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgOrganizationBranding", - "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding", - "ApiVersion": "v1.0", + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgOrganization", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -550067,22 +551002,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBranding" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", + "Method": "PATCH", + "Command": "Update-MgOrganizationBranding", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -550101,88 +551036,88 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgOrganizationExtension", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", - "Uri": "/places/{place-id}", - "ApiVersion": "v1.0", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlace" + "Method": "PATCH", + "Command": "Update-MgOrganizationExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "ApiVersion": "v1.0", + "Uri": "/places/{place-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Method": "PATCH", + "Command": "Update-MgPlace", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlanner", + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Uri": "/planner", - "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlanner" + "Method": "PATCH", + "Command": "Update-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPlanner", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlannerBucket", + "Uri": "/planner", "ApiReferenceLink": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Planner", + "Method": "PATCH", + "Command": "Update-MgPlanner", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550209,22 +551144,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucket" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlannerPlan", + "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", + "Method": "PATCH", + "Command": "Update-MgPlannerBucket", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550251,22 +551186,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlan" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlannerPlanDetail", + "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Uri": "/planner/plans/{plannerPlan-id}/details", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", + "Method": "PATCH", + "Command": "Update-MgPlannerPlan", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550293,22 +551228,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlannerTask", + "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", + "Method": "PATCH", + "Command": "Update-MgPlannerPlanDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550335,22 +551270,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", + "Method": "PATCH", + "Command": "Update-MgPlannerTask", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550377,22 +551312,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", + "Method": "PATCH", + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550419,22 +551354,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlannerTaskDetail", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/details", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", + "Method": "PATCH", + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550461,22 +551396,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/details", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", + "Method": "PATCH", + "Command": "Update-MgPlannerTaskDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550503,22 +551438,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550537,37 +551472,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyAdminConsentRequestPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/adminConsentRequestPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" + "Method": "PATCH", + "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyAppManagementPolicy", + "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550586,69 +551521,69 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyAuthenticationFlowPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationFlowsPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + "Method": "PATCH", + "Command": "Update-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyAuthenticationMethodPolicy", + "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -550667,22 +551602,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" - }, - { "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "ApiVersion": "v1.0", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -550701,54 +551636,54 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "ApiVersion": "v1.0", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Method": "POST", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyAuthorizationPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Uri": "/policies/authorizationPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyClaimMappingPolicy", + "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550767,112 +551702,114 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyCrossTenantAccessPolicy", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" + "Method": "PATCH", + "Command": "Update-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", + "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/default", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicyTemplate" + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPolicyTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" + ], + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyDefaultAppManagementPolicy", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": null, - "Uri": "/policies/defaultAppManagementPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550891,39 +551828,37 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyFeatureRolloutPolicy", + "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Method": "PATCH", + "Command": "Update-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550942,20 +551877,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -550974,124 +551911,122 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + "Method": "PATCH", + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyRoleManagementPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -551110,22 +552045,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -551144,22 +552079,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -551178,71 +552113,71 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrint", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": null, - "Uri": "/print", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrint" + "Method": "PATCH", + "Command": "Update-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintConnector", + "Uri": "/print", "ApiReferenceLink": null, - "Uri": "/print/connectors/{printConnector-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Method": "PATCH", + "Command": "Update-MgPrint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintOperation", + "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Uri": "/print/operations/{printOperation-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Method": "PATCH", + "Command": "Update-MgPrintConnector", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintPrinter", + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", + "Method": "PATCH", + "Command": "Update-MgPrintOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -551261,22 +552196,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrinter" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintPrinterJob", + "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", + "Method": "PATCH", + "Command": "Update-MgPrintPrinter", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -551303,518 +552238,520 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPrintJob" + "CommandAlias": null, + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgPrintPrinterJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "PATCH", + "Command": "Update-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "PATCH", + "Command": "Update-MgPrintPrinterJobTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Method": "PATCH", + "Command": "Update-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintService", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintService" + "Method": "PATCH", + "Command": "Update-MgPrintService", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + "Method": "PATCH", + "Command": "Update-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Method": "PATCH", + "Command": "Update-MgPrintShare", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgPrintShareAllowedUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Method": "PATCH", + "Command": "Update-MgPrintShareJob", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Method": "PATCH", + "Command": "Update-MgPrintShareJobDocument", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "PATCH", + "Command": "Update-MgPrintShareJobTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Method": "PATCH", + "Command": "Update-MgPrintTaskDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Method": "PATCH", + "Command": "Update-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + "Method": "PATCH", + "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBilling", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBilling" + "Method": "PATCH", + "Command": "Update-MgReportPartnerBilling", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingReconciliation", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingReconciliationBilled", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingUsage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingUsageBilled", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Method": "PATCH", + "Command": "Update-MgRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + "Method": "PATCH", + "Command": "Update-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Method": "PATCH", + "Command": "Update-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Method": "PATCH", + "Command": "Update-MgRiskyUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + "Method": "PATCH", + "Command": "Update-MgRiskyUserHistory", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagement", - "ApiReferenceLink": null, - "Uri": "/roleManagement", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Module": "DeviceManagement.Enrollment", + "OutputType": "IMicrosoftGraphRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -551833,156 +552770,154 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphRoleManagement" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectory", + "Uri": "/roleManagement", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory", - "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "PATCH", + "Command": "Update-MgRoleManagement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -552001,309 +552936,309 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagement", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "ApiVersion": "v1.0", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "SchemaExtensions", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -552322,22 +553257,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSchemaExtension" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSearchAcronym", - "ApiReferenceLink": null, - "Uri": "/search/acronyms/{acronym-id}", - "ApiVersion": "v1.0", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", + "Module": "SchemaExtensions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", + "Method": "PATCH", + "Command": "Update-MgSchemaExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -552356,22 +553291,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchAcronym" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSearchBookmark", + "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", + "Method": "PATCH", + "Command": "Update-MgSearchAcronym", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -552390,290 +553325,290 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSearchBookmark" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSearchEntity", + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": null, - "Uri": "/search", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchEntity" - }, - { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSearchQna", - "ApiReferenceLink": null, - "Uri": "/search/qnas/{qna-id}", - "ApiVersion": "v1.0", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchQna" + "Method": "PATCH", + "Command": "Update-MgSearchBookmark", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSearchEntity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAlert", + "Uri": "/search", "ApiReferenceLink": null, - "Uri": "/security/alerts/{alert-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Method": "PATCH", + "Command": "Update-MgSearchEntity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSearchQna", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAlertV2", + "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": null, - "Uri": "/security/alerts_v2/{alert-id}", - "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Method": "PATCH", + "Command": "Update-MgSearchQna", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAlert", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationAutomation", + "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Method": "PATCH", + "Command": "Update-MgSecurityAlert", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationAutomationRun", + "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Method": "PATCH", + "Command": "Update-MgSecurityAlertV2", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationEndUserNotification", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationLandingPage", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationLoginPage", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationOperation", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationPayload", + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationTraining", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/trainings/{training-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", + "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCase", + "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, - "Uri": "/security/cases", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCasesRoot" + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Permissions": [], + "CommandAlias": null, + "Uri": "/security/cases", + "ApiReferenceLink": null, "Module": "Security", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSecurityCase", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552692,37 +553627,39 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", - "UpdateViaIdentity" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Module": "Security", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552741,88 +553678,88 @@ "IsLeastPrivilege": false } ], - "OutputType": null + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0", + "Module": "Security", + "Variants": [ + "Update", + "UpdateViaIdentity" + ], + "Method": "POST", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateViaIdentity" - ], - "Module": "Security", + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552841,56 +553778,54 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "ApiVersion": "v1.0", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0", + "Module": "Security", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Method": "POST", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552909,22 +553844,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552943,56 +553878,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -553011,796 +553946,796 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "CommandAlias": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Module": "Security", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIncident", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIncident" + "Method": "PATCH", + "Command": "Update-MgSecurityIncident", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + "Method": "PATCH", + "Command": "Update-MgSecurityLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelAuthority", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelCitation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelDepartment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Method": "PATCH", + "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecureScore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScore" + "Method": "PATCH", + "Command": "Update-MgSecuritySecureScore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + "Method": "PATCH", + "Command": "Update-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligence", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostReputation" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + "Method": "PATCH", + "Command": "Update-MgSecurityTrigger", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -553827,406 +554762,476 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphServicePrincipal" + "CommandAlias": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "Module": "Applications", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgServicePrincipal", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", "Uri": "/servicePrincipals(appId='{appId}')", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalByAppId", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgShareCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgShareLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareList", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgShareList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgShareListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgShareListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "Update1", @@ -554237,17 +555242,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgShareListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "Update1", @@ -554258,17 +555263,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "Update1", @@ -554279,17 +555284,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "Update1", @@ -554300,17 +555305,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgShareListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "Update1", @@ -554321,17 +555326,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgShareListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "Update1", @@ -554342,17 +555347,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "Update1", @@ -554363,17 +555368,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgShareListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "Update1", @@ -554384,177 +555389,165 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgShareListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgShareListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgShareListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgSharePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Method": "PATCH", + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Method": "PATCH", + "Command": "Update-MgSite", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgSiteAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Method": "PATCH", + "Command": "Update-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteColumn", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554573,22 +555566,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteContentType", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "PATCH", + "Command": "Update-MgSiteColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554607,22 +555600,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "PATCH", + "Command": "Update-MgSiteContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554641,53 +555634,44 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteGetByPathAnalytic", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteGetByPathOnenote", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -554698,17 +555682,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Method": "PATCH", + "Command": "Update-MgSiteGetByPathAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenote", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteGetByPathTermStore", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "Update1", @@ -554719,41 +555703,50 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "PATCH", + "Command": "Update-MgSiteGetByPathOnenote", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteList", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "PATCH", + "Command": "Update-MgSiteList", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554772,22 +555765,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "PATCH", + "Command": "Update-MgSiteListColumn", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554806,22 +555799,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphContentType" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", + "Method": "PATCH", + "Command": "Update-MgSiteListContentType", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554840,627 +555833,639 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphColumnDefinition" + "CommandAlias": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSiteListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgSiteListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListItemField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgSiteListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgSiteListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgSiteListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgSiteListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgSiteOnenotePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgSiteOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Method": "PATCH", + "Command": "Update-MgSitePage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCanvasLayout", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVerticalSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgSitePermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555471,17 +556476,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Method": "PATCH", + "Command": "Update-MgSiteTermStore", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555492,17 +556497,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555513,17 +556518,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555542,17 +556547,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555571,17 +556576,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555592,17 +556597,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555613,17 +556618,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555634,17 +556639,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555655,17 +556660,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555676,17 +556681,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555697,17 +556702,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555718,17 +556723,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555747,17 +556752,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555776,17 +556781,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555797,17 +556802,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555818,17 +556823,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555847,17 +556852,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555876,17 +556881,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555897,17 +556902,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555918,17 +556923,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555939,17 +556944,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555960,17 +556965,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -555981,17 +556986,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -556002,17 +557007,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -556023,17 +557028,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -556044,17 +557049,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -556065,17 +557070,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -556086,58 +557091,46 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscribedSku", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus/{subscribedSku-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribedSku" + "Method": "PATCH", + "Command": "Update-MgSubscribedSku", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", "Uri": "/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", + "Module": "ChangeNotifications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgSubscription", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", - "Uri": "/teams/{team-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -556172,22 +557165,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeam" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamChannel", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "PATCH", + "Command": "Update-MgTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -556222,22 +557215,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphChannel" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "PATCH", + "Command": "Update-MgTeamChannel", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -556272,90 +557265,90 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "PATCH", + "Command": "Update-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -556422,22 +557415,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphTeamsTab" + "CommandAlias": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgTeamChannelTab", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "ApiVersion": "v1.0", - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Module": "Teams", + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -556536,22 +557529,22 @@ "IsLeastPrivilege": false } ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamMember", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "Module": "Teams", "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" ], - "Module": "Teams", + "Method": "POST", + "Command": "Update-MgTeamInstalledApp", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -556586,345 +557579,345 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphConversationMember" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamOperation", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Method": "PATCH", + "Command": "Update-MgTeamMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPermissionGrant", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgTeamOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPhoto", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/photo", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgTeamPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPrimaryChannel", + "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "PATCH", + "Command": "Update-MgTeamPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPrimaryChannelMessage", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPrimaryChannelMessageReply", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamPrimaryChannelTab", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShift", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Method": "PATCH", + "Command": "Update-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphShift", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Method": "PATCH", + "Command": "Update-MgTeamScheduleShift", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Method": "PATCH", + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOff", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOffReason", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamTag", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -556943,390 +557936,390 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTeamworkTag" + "CommandAlias": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Module": "Teams", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgTeamTag", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Method": "PATCH", + "Command": "Update-MgTeamTagMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamwork", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamwork", - "ApiReferenceLink": null, "Uri": "/teamwork", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamwork" + "Method": "PATCH", + "Command": "Update-MgTeamwork", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedChat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppSettings" + "Method": "PATCH", + "Command": "Update-MgTeamworkTeamAppSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + "Method": "PATCH", + "Command": "Update-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0", - "Uri": "/users/{user-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Users", + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -557401,73 +558394,73 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUser" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserActivity", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "ApiVersion": "v1.0", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Method": "PATCH", + "Command": "Update-MgUser", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Method": "PATCH", + "Command": "Update-MgUserActivity", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Method": "PATCH", + "Command": "Update-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -557486,56 +558479,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationMethod", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -557554,32 +558547,44 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + "CommandAlias": null, + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendarGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarGroup" + "Method": "PATCH", + "Command": "Update-MgUserCalendarGroup", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Update", "Update1", @@ -557590,1894 +558595,1882 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Method": "PATCH", + "Command": "Update-MgUserCalendarPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChat" + "Method": "PATCH", + "Command": "Update-MgUserChat", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgUserChatInstalledApp", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Method": "PATCH", + "Command": "Update-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Method": "PATCH", + "Command": "Update-MgUserChatMember", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgUserChatMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Method": "PATCH", + "Command": "Update-MgUserChatMessageReply", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Method": "PATCH", + "Command": "Update-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Method": "PATCH", + "Command": "Update-MgUserChatPermissionGrant", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Method": "PATCH", + "Command": "Update-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Method": "PATCH", + "Command": "Update-MgUserChatTab", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "PATCH", + "Command": "Update-MgUserContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "PATCH", + "Command": "Update-MgUserContactFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContact", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContact", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphProfilePhoto", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Method": "PATCH", + "Command": "Update-MgUserContactPhoto", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Method": "PATCH", + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Method": "PATCH", + "Command": "Update-MgUserDrive", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgUserDriveItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgUserDriveItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphList", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Method": "PATCH", + "Command": "Update-MgUserDriveList", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgUserDriveListColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentType", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphColumnLink", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgUserDriveListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Method": "PATCH", + "Command": "Update-MgUserDriveListOperation", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgUserDriveListSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Method": "PATCH", + "Command": "Update-MgUserDriveRoot", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItem", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphListItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootPermission", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootRetentionLabel", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Method": "PATCH", + "Command": "Update-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Method": "PATCH", + "Command": "Update-MgUserEvent", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserEventExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInferenceClassification", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserInferenceClassification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassification" + "Method": "PATCH", + "Command": "Update-MgUserInferenceClassification", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Method": "PATCH", + "Command": "Update-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Method": "PATCH", + "Command": "Update-MgUserLicenseDetail", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailboxSettings", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Method": "PATCH", + "Command": "Update-MgUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "PATCH", + "Command": "Update-MgUserMailFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessageRule", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Method": "PATCH", + "Command": "Update-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Method": "PATCH", + "Command": "Update-MgUserMessage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserMessageExtension", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphNotebook", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Method": "PATCH", + "Command": "Update-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Method": "PATCH", + "Command": "Update-MgUserOnenotePage", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgUserOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users.Actions", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgUserOnenotePageContent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOnenoteSection", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Method": "PATCH", + "Command": "Update-MgUserOnenoteSection", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Method": "PATCH", + "Command": "Update-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnlineMeeting", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -559496,124 +560489,124 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "CommandAlias": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Method": "PATCH", + "Command": "Update-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", "Uri": "/users/{user-id}/changePassword", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", + "Module": "Users.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Method": "POST", + "Command": "Update-MgUserPassword", + "ApiVersion": "v1.0" }, { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserPlanner", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/planner", - "ApiVersion": "v1.0", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerUser", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559632,56 +560625,56 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphPlannerUser" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserPresence", + "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/presence", - "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Method": "PATCH", + "Command": "Update-MgUserPlanner", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Method": "PATCH", + "Command": "Update-MgUserPresence", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserSetting", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings", - "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", + "Method": "PATCH", + "Command": "Update-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphUserSettings", "Permissions": [ { "Name": "User.ReadWrite", @@ -559700,22 +560693,22 @@ "IsLeastPrivilege": false } ], - "OutputType": "IMicrosoftGraphUserSettings" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", + "Method": "PATCH", + "Command": "Update-MgUserSetting", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphShiftPreferences", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -559734,90 +560727,90 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphShiftPreferences" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserSettingWindows", + "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Method": "PATCH", + "Command": "Update-MgUserSettingShiftPreference", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsSetting", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserSettingWindowsInstance", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Method": "PATCH", + "Command": "Update-MgUserSettingWindows", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTeamwork", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserTeamwork" + "Method": "PATCH", + "Command": "Update-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphUserTeamwork", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Method": "PATCH", + "Command": "Update-MgUserTeamwork", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTodoList", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", + "Method": "PATCH", + "Command": "Update-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559836,39 +560829,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTodoTaskList" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserTodoList", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", + "Method": "PATCH", + "Command": "Update-MgUserTodoListExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559887,39 +560880,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphTodoTask" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTodoListTaskAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Method": "PATCH", + "Command": "Update-MgUserTodoListTask", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTodoListTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559938,39 +560931,39 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphChecklistItem" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0" }, { + "OutputType": null, + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0" + }, + { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559989,159 +560982,171 @@ "IsLeastPrivilege": true } ], - "OutputType": "IMicrosoftGraphLinkedResource" + "CommandAlias": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "Module": "Users", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEvent", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Method": "PATCH", + "Command": "Update-MgVirtualEvent", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "PATCH", + "Command": "Update-MgVirtualEventSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinar", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0" }, { + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" } -] \ No newline at end of file +]